[resources] add clarity to new tools section

This commit is contained in:
Harrison Shoff
2014-09-19 11:52:54 -07:00
parent e7c2997b3c
commit e0917c8023

View File

@@ -1430,10 +1430,9 @@
**Tools**
- [JSHint](http://www.jshint.com/)
+ [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
- [JSCS](https://github.com/jscs-dev/node-jscs) - a code style checker
+ [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
- Code Style Linters
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
**Other Styleguides**