Skip to content

Commit bf00a91

Browse files
committed
Merge pull request #56 from appleboy/patch-2
Add JSHint and ESLint description.
2 parents 954ee98 + 5a8426a commit bf00a91

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
@@ -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/)
115-
* [ESLint](http://eslint.org/)
114+
* [JSHint](http://jshint.com/) A Static Code Analysis Tool for JavaScript.
115+
* [ESLint](http://eslint.org/) The pluggable linting utility for JavaScript and JSX.
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.
@@ -258,6 +258,7 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
258258

259259

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

0 commit comments

Comments
 (0)