From ed1d8fbff494d73ad2335c147998d8a381979908 Mon Sep 17 00:00:00 2001 From: Yofri Date: Mon, 19 Jun 2017 04:43:08 +0700 Subject: [PATCH] i think this is wrong --- 1-js/03-code-quality/02-coding-style/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/03-code-quality/02-coding-style/article.md b/1-js/03-code-quality/02-coding-style/article.md index 7af470a272..e69774451c 100644 --- a/1-js/03-code-quality/02-coding-style/article.md +++ b/1-js/03-code-quality/02-coding-style/article.md @@ -274,7 +274,7 @@ So it's recommended to install one, even if you don't want to stick to a "code s Most well-known tools are: - [JSLint](http://www.jslint.com/) -- one of the first linters. -- [JSHint](http://www.jshint.com/) -- more settings than JSHint. +- [JSHint](http://www.jshint.com/) -- more settings than JSLint. - [ESLint](http://eslint.org/) -- probably the newest one. All of them can do the job. The author uses [ESLint](http://eslint.org/).