From 6120656fd236c7076b3ebee007e3e59973435199 Mon Sep 17 00:00:00 2001 From: Jonny Schmid Date: Wed, 6 Jan 2016 11:15:35 +0000 Subject: [PATCH] Fixed typo in URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c8d9e2..ef29094a 100644 --- a/README.md +++ b/README.md @@ -2336,7 +2336,7 @@ Other Style Guides - Code Style Linters + [ESlint](http://eslint.org/) - [Airbnb Style .eslintrc](https://github.com/airbnb/javascript/blob/master/linters/.eslintrc) - + [JSHint](http://jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc) + + [JSHint](http://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**