From e72f8b17f3383c92abbbcda38dfc8b7090f9f989 Mon Sep 17 00:00:00 2001 From: wing328 Date: Wed, 20 Jan 2016 10:58:49 +0800 Subject: [PATCH] Add style guide for JS --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f80eeb3cd01..9309b70418a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,7 @@ For a list of variables available in the template, please refer to this [page](h Code change should conform to the programming style guide of the respective langauages: - C#: https://msdn.microsoft.com/en-us/library/vstudio/ff926074.aspx - Java: https://google.github.io/styleguide/javaguide.html +- JavaScript - https://github.com/airbnb/javascript - ObjC: https://github.com/NYTimes/objective-c-style-guide - PHP: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md - Python: https://www.python.org/dev/peps/pep-0008/