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
@@ -98,7 +98,7 @@ Pro Tip: For larger codebases you may want to consider splitting our linting int
98
98
|[`@typescript-eslint/adjacent-overload-signatures`](./docs/rules/adjacent-overload-signatures.md)| Require that member overloads be consecutive |:heavy_check_mark:|||
99
99
|[`@typescript-eslint/array-type`](./docs/rules/array-type.md)| Requires using either `T[]` or `Array<T>` for arrays ||:wrench:||
100
100
|[`@typescript-eslint/await-thenable`](./docs/rules/await-thenable.md)| Disallows awaiting a value that is not a Thenable |:heavy_check_mark:||:thought_balloon:|
101
-
|[`@typescript-eslint/ban-ts-ignore`](./docs/rules/ban-ts-ignore.md)| Bans “// @ts-ignore” comments from being used |:heavy_check_mark:|||
101
+
|[`@typescript-eslint/ban-ts-comment`](./docs/rules/ban-ts-comment.md)| Bans `// @ts-<directive>` comments from being used ||||
102
102
|[`@typescript-eslint/ban-types`](./docs/rules/ban-types.md)| Bans specific types from being used |:heavy_check_mark:|:wrench:||
103
103
|[`@typescript-eslint/consistent-type-assertions`](./docs/rules/consistent-type-assertions.md)| Enforces consistent usage of type assertions |:heavy_check_mark:|||
104
104
|[`@typescript-eslint/consistent-type-definitions`](./docs/rules/consistent-type-definitions.md)| Consistent with type definition either `interface` or `type`||:wrench:||
0 commit comments