Skip to content

Commit e7c2997

Browse files
committed
[resources] add tools section, include JSHint & JSCS
1 parent 38fd77e commit e7c2997

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,13 @@
14281428
14291429
- [Annotated ECMAScript 5.1](http://es5.github.com/)
14301430
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+
14311438
**Other Styleguides**
14321439
14331440
- [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)

0 commit comments

Comments
 (0)