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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ Then you should add `airbnb` (or `airbnb-base`) to your `extends` section of `.e
113
113
|[`@typescript-eslint/adjacent-overload-signatures`](./docs/rules/adjacent-overload-signatures.md)| Require that member overloads be consecutive (`adjacent-overload-signatures` from TSLint) |:heavy_check_mark:||
114
114
|[`@typescript-eslint/array-type`](./docs/rules/array-type.md)| Requires using either `T[]` or `Array<T>` for arrays (`array-type` from TSLint) |:heavy_check_mark:|:wrench:|
115
115
|[`@typescript-eslint/ban-types`](./docs/rules/ban-types.md)| Enforces that types will not to be used (`ban-types` from TSLint) |:heavy_check_mark:|:wrench:|
116
+
|[`@typescript-eslint/ban-ts-ignore`](./docs/rules/ban-ts-ignore.md)| Bans “// @ts-ignore” comments from being used (`ban-ts-ignore` from TSLint) |:heavy_check_mark:||
|[`@typescript-eslint/class-name-casing`](./docs/rules/class-name-casing.md)| Require PascalCased class and interface names (`class-name` from TSLint) |:heavy_check_mark:||
118
119
|[`@typescript-eslint/explicit-function-return-type`](./docs/rules/explicit-function-return-type.md)| Require explicit return types on functions and class methods |:heavy_check_mark:||
0 commit comments