Skip to content

Commit

Permalink
docs(eslint-plugin): Update ROADMAP.md to clarify ban-types status (#622
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bradleyayers authored and bradzacher committed Jun 18, 2019
1 parent 50aa43c commit c14ade7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/eslint-plugin/ROADMAP.md
Expand Up @@ -14,7 +14,7 @@
| --------------------------------- | :-: | ---------------------------------------------------- |
| [`adjacent-overload-signatures`] || [`@typescript-eslint/adjacent-overload-signatures`] |
| [`ban-ts-ignore`] || [`@typescript-eslint/ban-ts-ignore`] |
| [`ban-types`] | | [`@typescript-eslint/ban-types`] |
| [`ban-types`] | 🌓 | [`@typescript-eslint/ban-types`]<sup>[1]</sup> |
| [`member-access`] || [`@typescript-eslint/explicit-member-accessibility`] |
| [`member-ordering`] || [`@typescript-eslint/member-ordering`] |
| [`no-any`] || [`@typescript-eslint/no-explicit-any`] |
Expand All @@ -36,6 +36,8 @@
| [`typedef-whitespace`] || [`@typescript-eslint/type-annotation-spacing`] |
| [`unified-signatures`] || [`@typescript-eslint/unified-signatures`] |

<sup>[1]</sup> The ESLint rule only supports exact string matching, rather than regular expressions<br>

### Functionality

| TSLint rule | | ESLint rule |
Expand Down

0 comments on commit c14ade7

Please sign in to comment.