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-1
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ Pro Tip: For larger codebases you may want to consider splitting our linting int
164
164
|[`@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 |:heavy_check_mark:||:thought_balloon:|
165
165
|[`@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:|
166
166
|[`@typescript-eslint/prefer-ts-expect-error`](./docs/rules/prefer-ts-expect-error.md)| Recommends using `@ts-expect-error` over `@ts-ignore`||:wrench:||
167
-
|[`@typescript-eslint/promise-function-async`](./docs/rules/promise-function-async.md)| Requires any function or method that returns a Promise to be marked async |||:thought_balloon:|
167
+
|[`@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:|
168
168
|[`@typescript-eslint/require-array-sort-compare`](./docs/rules/require-array-sort-compare.md)| Requires `Array#sort` calls to always provide a `compareFunction`|||:thought_balloon:|
169
169
|[`@typescript-eslint/restrict-plus-operands`](./docs/rules/restrict-plus-operands.md)| When adding two variables, operands must both be of type number or of type string |:heavy_check_mark:||:thought_balloon:|
170
170
|[`@typescript-eslint/restrict-template-expressions`](./docs/rules/restrict-template-expressions.md)| Enforce template literal expressions to be of string type |:heavy_check_mark:||:thought_balloon:|
0 commit comments