Skip to content

Commit 5a8426a

Browse files
committed
Add JSHint and ESLint description.
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 7bf1a05 commit 5a8426a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
110110

111111
### Testing / Lint / Quality checkers
112112

113-
* [JSHint](http://jshint.com/)
114-
* [ESLint](http://eslint.org/)
113+
* [JSHint](http://jshint.com/) A Static Code Analysis Tool for JavaScript.
114+
* [ESLint](http://eslint.org/) The pluggable linting utility for JavaScript and JSX.
115115
* [babel-eslint](https://github.com/babel/babel-eslint) Allow ES6 features to pass ESLint.
116116
* [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)
117117
* [ESLint no-inferred-methodname](https://github.com/johnstonbl01/eslint-no-inferred-method-name) A custom rule for a common problem.
@@ -257,6 +257,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
257257

258258

259259
## News
260+
260261
* [JavaScript Scene](https://medium.com/javascript-scene)
261262
* [JavaScript Weekly](http://javascriptweekly.com/)
262263
* [Node Weekly](http://nodeweekly.com/)

0 commit comments

Comments
 (0)