Created
August 5, 2015 17:52
-
-
Save z3bbster/565b38861dedd0f8ff8c to your computer and use it in GitHub Desktop.
Revisions
-
z3bbster created this gist
Aug 5, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #[10 Best JavaScript Style Guides](http://noeticforce.com/best-javascript-style-guide-for-maintainable-code) + [airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) + [Idiomatic.js JavaScript Style Guide](https://github.com/rwaldron/idiomatic.js/) + [jQuery Core Style Guidelines](https://contribute.jquery.org/style-guide/js/) + [Google JavaScript Style Guide](https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) + [Dojo Style Guide](http://dojotoolkit.org/community/styleGuide) + [JavaScript "Standard" Style](https://github.com/feross/standard) + [Node.js Style Guide](https://github.com/felixge/node-style-guide) + [Crockfords’s Coding Standards for JavaScript](http://javascript.crockford.com/code.html) + [NPM's 'funny' Coding Style](https://docs.npmjs.com/misc/coding-style) + [WordPress JavaScript Coding Standards](https://make.wordpress.org/core/handbook/coding-standards/javascript/)