diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 01:00:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 01:00:56 +0300 |
commit | b0067fb63e1234e60a33781fa65ba6ca87f4670e (patch) | |
tree | a55919b7fc22f256607f2b61d1a91d68e4119fda /ROADMAP.md | |
parent | 37432c1b01bfd2898d7b9db592fbfe299d674ea9 (diff) | |
download | eslint-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |