@@ -16,7 +16,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
16
16
| TSLint rule | | ESLint rule |
17
17
| --------------------------------- | :-: | ---------------------------------------------------- |
18
18
| [ ` adjacent-overload-signatures ` ] | ✅ | [ ` @typescript-eslint/adjacent-overload-signatures ` ] |
19
- | [ ` ban-ts-ignore ` ] | ✅ | [ ` @typescript-eslint/ban-ts-ignore ` ] |
19
+ | [ ` ban-ts-ignore ` ] | ✅ | [ ` @typescript-eslint/ban-ts-comment ` ] |
20
20
| [ ` ban-types ` ] | 🌓 | [ ` @typescript-eslint/ban-types ` ] <sup >[ 1] </sup > |
21
21
| [ ` invalid-void ` ] | ✅ | [ ` @typescript-eslint/no-invalid-void-type ` ] |
22
22
| [ ` member-access ` ] | ✅ | [ ` @typescript-eslint/explicit-member-accessibility ` ] |
@@ -149,7 +149,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
149
149
| [ ` arrow-return-shorthand ` ] | 🌟 | [ ` arrow-body-style ` ] [ arrow-body-style ] |
150
150
| [ ` binary-expression-operand-order ` ] | 🌟 | [ ` yoda ` ] [ yoda ] |
151
151
| [ ` callable-types ` ] | ✅ | [ ` @typescript-eslint/prefer-function-type ` ] |
152
- | [ ` class-name ` ] | ✅ | [ ` @typescript-eslint/class-name-casing ` ] |
152
+ | [ ` class-name ` ] | ✅ | [ ` @typescript-eslint/naming-convention ` ] |
153
153
| [ ` comment-format ` ] | 🌟 | [ ` capitalized-comments ` ] [ capitalized-comments ] & [ ` spaced-comment ` ] [ spaced-comment ] |
154
154
| [ ` comment-type ` ] | 🛑 | N/A |
155
155
| [ ` completed-docs ` ] | 🔌 | [ ` jsdoc/require-jsdoc ` ] |
@@ -591,7 +591,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
591
591
[ `@typescript-eslint/adjacent-overload-signatures` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/adjacent-overload-signatures.md
592
592
[ `@typescript-eslint/await-thenable` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/await-thenable.md
593
593
[ `@typescript-eslint/ban-types` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/ban-types.md
594
- [ `@typescript-eslint/ban-ts-ignore ` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/ban-ts-ignore .md
594
+ [ `@typescript-eslint/ban-ts-comment ` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/ban-ts-comment .md
595
595
[ `@typescript-eslint/consistent-type-assertions` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-assertions.md
596
596
[ `@typescript-eslint/consistent-type-definitions` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-definitions.md
597
597
[ `@typescript-eslint/explicit-member-accessibility` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/explicit-member-accessibility.md
@@ -625,7 +625,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
625
625
[ `@typescript-eslint/no-invalid-void-type` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-invalid-void-type.md
626
626
[ `@typescript-eslint/no-require-imports` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-require-imports.md
627
627
[ `@typescript-eslint/array-type` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/array-type.md
628
- [ `@typescript-eslint/class-name-casing ` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/class-name-casing .md
628
+ [ `@typescript-eslint/naming-convention ` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention .md
629
629
[ `@typescript-eslint/interface-name-prefix` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/interface-name-prefix.md
630
630
[ `@typescript-eslint/naming-convention` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md
631
631
[ `@typescript-eslint/no-parameter-properties` ] : https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-parameter-properties.md
0 commit comments