You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ A linter is a static code analysis tool for identifying problematic patterns fou
48
48
49
49
*[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.
50
50
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.
52
52
53
53
*[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.
0 commit comments