diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 13:19:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 13:19:56 +0300 |
commit | 5e92aa597af16273896bed9675ad59afff6d74d7 (patch) | |
tree | 592e788a62112cdf926cf1c51b8ab5baaf969e33 /ROADMAP.md | |
parent | 79d28d317b260bc201c17a39cc3bcd0b6ea33871 (diff) | |
download | eslint-config-5e92aa597af16273896bed9675ad59afff6d74d7.tar.xz eslint-config-5e92aa597af16273896bed9675ad59afff6d74d7.zip |
feat(vue): 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
@@ -575,7 +575,7 @@ - [ ] "no-textarea-mustache" - [ ] "no-unsupported-features" - [ ] "no-unused-components" -- [ ] "no-unused-vars" +- [X] "no-unused-vars" - [ ] "no-use-v-if-with-v-for" - [ ] "no-v-html" - [X] "object-curly-spacing" |