aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-14 01:00:56 +0300
committerValentin Popov <info@valentineus.link>2020-02-14 01:00:56 +0300
commitb0067fb63e1234e60a33781fa65ba6ca87f4670e (patch)
treea55919b7fc22f256607f2b61d1a91d68e4119fda /ROADMAP.md
parent37432c1b01bfd2898d7b9db592fbfe299d674ea9 (diff)
downloadeslint-config-b0067fb63e1234e60a33781fa65ba6ca87f4670e.tar.xz
eslint-config-b0067fb63e1234e60a33781fa65ba6ca87f4670e.zip
feat(typesscript): Rule "no-unused-vars-experimental"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index b10ee0f..89e8d24 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -383,7 +383,7 @@
- [X] "no-untyped-public-signature"
- [ ] "no-unused-expressions"
- [X] "no-unused-vars"
-- [ ] "no-unused-vars-experimental"
+- [X] "no-unused-vars-experimental"
- [ ] "no-use-before-define"
- [ ] "no-useless-constructor"
- [ ] "no-var-requires"