Fix the typo error in JSHint link

This commit is contained in:
Hyeonsu Lee
2016-03-02 10:25:02 +09:00
parent 607ad012ee
commit 246cde0de8

View File

@@ -1562,7 +1562,7 @@
**Tools**
- Code Style Linters
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
+ [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 Style Guides**