mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 05:58:04 -05:00
[resources] add clarity to new tools section
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user