From c14ade74a61007fa48af9ae4a5535b426080e64d Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Tue, 18 Jun 2019 15:29:37 +1000 Subject: [PATCH] docs(eslint-plugin): Update ROADMAP.md to clarify ban-types status (#622) --- packages/eslint-plugin/ROADMAP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/eslint-plugin/ROADMAP.md b/packages/eslint-plugin/ROADMAP.md index f0171f73b09..d47abb01d05 100644 --- a/packages/eslint-plugin/ROADMAP.md +++ b/packages/eslint-plugin/ROADMAP.md @@ -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`][1] | | [`member-access`] | ✅ | [`@typescript-eslint/explicit-member-accessibility`] | | [`member-ordering`] | ✅ | [`@typescript-eslint/member-ordering`] | | [`no-any`] | ✅ | [`@typescript-eslint/no-explicit-any`] | @@ -36,6 +36,8 @@ | [`typedef-whitespace`] | ✅ | [`@typescript-eslint/type-annotation-spacing`] | | [`unified-signatures`] | ✅ | [`@typescript-eslint/unified-signatures`] | +[1] The ESLint rule only supports exact string matching, rather than regular expressions
+ ### Functionality | TSLint rule | | ESLint rule |