We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fd77e commit e7c2997Copy full SHA for e7c2997
README.md
@@ -1428,6 +1428,13 @@
1428
1429
- [Annotated ECMAScript 5.1](http://es5.github.com/)
1430
1431
+**Tools**
1432
+
1433
+ - [JSHint](http://www.jshint.com/)
1434
+ + [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
1435
+ - [JSCS](https://github.com/jscs-dev/node-jscs) - a code style checker
1436
+ + [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
1437
1438
**Other Styleguides**
1439
1440
- [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
0 commit comments