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

Skip to content

Commit c14ade7

Browse files
bradleyayersbradzacher
authored andcommitted
docs(eslint-plugin): Update ROADMAP.md to clarify ban-types status (typescript-eslint#622)
1 parent 50aa43c commit c14ade7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/eslint-plugin/ROADMAP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| --------------------------------- | :-: | ---------------------------------------------------- |
1515
| [`adjacent-overload-signatures`] || [`@typescript-eslint/adjacent-overload-signatures`] |
1616
| [`ban-ts-ignore`] || [`@typescript-eslint/ban-ts-ignore`] |
17-
| [`ban-types`] | | [`@typescript-eslint/ban-types`] |
17+
| [`ban-types`] | 🌓 | [`@typescript-eslint/ban-types`]<sup>[1]</sup> |
1818
| [`member-access`] || [`@typescript-eslint/explicit-member-accessibility`] |
1919
| [`member-ordering`] || [`@typescript-eslint/member-ordering`] |
2020
| [`no-any`] || [`@typescript-eslint/no-explicit-any`] |
@@ -36,6 +36,8 @@
3636
| [`typedef-whitespace`] || [`@typescript-eslint/type-annotation-spacing`] |
3737
| [`unified-signatures`] || [`@typescript-eslint/unified-signatures`] |
3838

39+
<sup>[1]</sup> The ESLint rule only supports exact string matching, rather than regular expressions<br>
40+
3941
### Functionality
4042

4143
| TSLint rule | | ESLint rule |

0 commit comments

Comments
 (0)