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
@@ -162,7 +162,7 @@ Pro Tip: For larger codebases you may want to consider splitting our linting int
162
162
|[`@typescript-eslint/prefer-readonly`](./docs/rules/prefer-readonly.md)| Requires that private members are marked as `readonly` if they're never modified outside of the constructor ||:wrench:|:thought_balloon:|
163
163
|[`@typescript-eslint/prefer-readonly-parameter-types`](./docs/rules/prefer-readonly-parameter-types.md)| Requires that function parameters are typed as readonly to prevent accidental mutation of inputs |||:thought_balloon:|
164
164
|[`@typescript-eslint/prefer-reduce-type-parameter`](./docs/rules/prefer-reduce-type-parameter.md)| Prefer using type parameter when calling `Array#reduce` instead of casting ||:wrench:|:thought_balloon:|
165
-
|[`@typescript-eslint/prefer-regexp-exec`](./docs/rules/prefer-regexp-exec.md)| Enforce that `RegExp#exec` is used instead of `String#match` if no global flag is provided |:white_check_mark:||:thought_balloon:|
165
+
|[`@typescript-eslint/prefer-regexp-exec`](./docs/rules/prefer-regexp-exec.md)| Enforce that `RegExp#exec` is used instead of `String#match` if no global flag is provided |:white_check_mark:|:wrench:|:thought_balloon:|
166
166
|[`@typescript-eslint/prefer-string-starts-ends-with`](./docs/rules/prefer-string-starts-ends-with.md)| Enforce the use of `String#startsWith` and `String#endsWith` instead of other equivalent methods of checking substrings ||:wrench:|:thought_balloon:|
167
167
|[`@typescript-eslint/prefer-ts-expect-error`](./docs/rules/prefer-ts-expect-error.md)| Recommends using `@ts-expect-error` over `@ts-ignore`||:wrench:||
168
168
|[`@typescript-eslint/promise-function-async`](./docs/rules/promise-function-async.md)| Requires any function or method that returns a Promise to be marked async ||:wrench:|:thought_balloon:|
0 commit comments