Skip to content

Commit 9c6de2f

Browse files
Update README.md
1 parent 70c9645 commit 9c6de2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A linter is a static code analysis tool for identifying problematic patterns fou
4848

4949
* [JSHint](https://github.com/jshint/jshint): It is a more configurable version of JSLint. It supports many libraries out of the box, such jQuery, QUnit, NodeJS, Mocha, etc. It has basic ES6 support. However, it has no custom rule support.
5050

51-
* [ESLint](https://github.com/eslint/eslint): It is the most populat linter. It is easily extensible, and comes with a large number of custom rules. It has the best ES6 support.
51+
* [ESLint](https://github.com/eslint/eslint): It is the most popular linter. It is easily extensible, and comes with a large number of custom rules. It has the best ES6 support.
5252

5353
* [TSLint](https://github.com/palantir/tslint): It is a linter to identify and report errors and enforce conventions for TypeScript. It has been deprecated. The recommended way is using ESLint’s TypeScript support, typescript-eslint.
5454

0 commit comments

Comments
 (0)