Skip to content

Commit 0936e79

Browse files
committed
Remove JSHint (recommend ESLint instead)
1 parent bf00a91 commit 0936e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
111111

112112
### Testing / Lint / Quality checkers
113113

114-
* [JSHint](http://jshint.com/) A Static Code Analysis Tool for JavaScript.
115114
* [ESLint](http://eslint.org/) The pluggable linting utility for JavaScript and JSX.
115+
* [JSCS](http://jscs.info/) Linter with a focus on automatic fixes and built-in style guide presets.
116116
* [babel-eslint](https://github.com/babel/babel-eslint) Allow ES6 features to pass ESLint.
117117
* [eslint-plugin-no-class](https://github.com/emmenko/eslint-plugin-no-class) Forbid the ES6 `class` keyword. [Why?](https://github.com/eslint/eslint/pull/2096#issuecomment-83044888)
118118
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem.

0 commit comments

Comments
 (0)