diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 15:28:10 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 15:28:10 +0300 |
commit | 4fa76141e14459c930985686bd0fab9fc7c7346e (patch) | |
tree | 62b12f53aa08fcd41690e7318aaf8dc9cab2c059 /ROADMAP.md | |
parent | eaa0627dae6ef868be9711576cbe4108fb9918f3 (diff) | |
download | eslint-config-4fa76141e14459c930985686bd0fab9fc7c7346e.tar.xz eslint-config-4fa76141e14459c930985686bd0fab9fc7c7346e.zip |
feat(eslint): Rule "no-unused-vars"
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
@@ -205,7 +205,7 @@ - [ ] "no-unsafe-negation" - [ ] "no-unused-expressions" - [ ] "no-unused-labels" -- [ ] "no-unused-vars" +- [X] "no-unused-vars" - [ ] "no-use-before-define" - [ ] "no-useless-backreference" - [ ] "no-useless-call" |