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: packages/eslint-plugin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Pro Tip: For larger codebases you may want to consider splitting our linting int
131
131
|[`@typescript-eslint/no-unnecessary-qualifier`](./docs/rules/no-unnecessary-qualifier.md)| Warns when a namespace qualifier is unnecessary ||:wrench:|:thought_balloon:|
132
132
|[`@typescript-eslint/no-unnecessary-type-arguments`](./docs/rules/no-unnecessary-type-arguments.md)| Enforces that type arguments will not be used if not required ||:wrench:|:thought_balloon:|
133
133
|[`@typescript-eslint/no-unnecessary-type-assertion`](./docs/rules/no-unnecessary-type-assertion.md)| Warns if a type assertion does not change the type of an expression |:heavy_check_mark:|:wrench:|:thought_balloon:|
134
-
|[`@typescript-eslint/no-unused-vars-experimental`](./docs/rules/no-unused-vars-experimental.md)| Disallow unused variables and arguments |||:thought_balloon:|
134
+
|[`@typescript-eslint/no-unused-vars-experimental`](./docs/rules/no-unused-vars-experimental.md)| Disallow unused variables and arguments ||||
135
135
|[`@typescript-eslint/no-var-requires`](./docs/rules/no-var-requires.md)| Disallows the use of require statements except in import statements |:heavy_check_mark:|||
136
136
|[`@typescript-eslint/prefer-as-const`](./docs/rules/prefer-as-const.md)| Prefer usage of `as const` over literal type ||:wrench:||
137
137
|[`@typescript-eslint/prefer-for-of`](./docs/rules/prefer-for-of.md)| Prefer a ‘for-of’ loop over a standard ‘for’ loop if the index is only used to access the array being iterated ||||
0 commit comments