Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96342e3

Browse files
authored
docs(eslint-plugin): update roadmap (typescript-eslint#2177)
1 parent 6ff450d commit 96342e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/eslint-plugin/ROADMAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
1616
| TSLint rule | | ESLint rule |
1717
| --------------------------------- | :-: | ---------------------------------------------------- |
1818
| [`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`] |
2020
| [`ban-types`] | 🌓 | [`@typescript-eslint/ban-types`]<sup>[1]</sup> |
2121
| [`invalid-void`] || [`@typescript-eslint/no-invalid-void-type`] |
2222
| [`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
149149
| [`arrow-return-shorthand`] | 🌟 | [`arrow-body-style`][arrow-body-style] |
150150
| [`binary-expression-operand-order`] | 🌟 | [`yoda`][yoda] |
151151
| [`callable-types`] || [`@typescript-eslint/prefer-function-type`] |
152-
| [`class-name`] || [`@typescript-eslint/class-name-casing`] |
152+
| [`class-name`] || [`@typescript-eslint/naming-convention`] |
153153
| [`comment-format`] | 🌟 | [`capitalized-comments`][capitalized-comments] & [`spaced-comment`][spaced-comment] |
154154
| [`comment-type`] | 🛑 | N/A |
155155
| [`completed-docs`] | 🔌 | [`jsdoc/require-jsdoc`] |
@@ -591,7 +591,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
591591
[`@typescript-eslint/adjacent-overload-signatures`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/adjacent-overload-signatures.md
592592
[`@typescript-eslint/await-thenable`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/await-thenable.md
593593
[`@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
595595
[`@typescript-eslint/consistent-type-assertions`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-assertions.md
596596
[`@typescript-eslint/consistent-type-definitions`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-definitions.md
597597
[`@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-
625625
[`@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
626626
[`@typescript-eslint/no-require-imports`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-require-imports.md
627627
[`@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
629629
[`@typescript-eslint/interface-name-prefix`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/interface-name-prefix.md
630630
[`@typescript-eslint/naming-convention`]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md
631631
[`@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

Comments
 (0)