feat(vue): no-unused-vars

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-19 14:19:56 +04:00
parent 79d28d317b
commit 5e92aa597a
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -68,6 +68,9 @@
"singleline": 8
}
],
"vue/no-unused-vars": [
"error"
],
"vue/object-curly-spacing": [
"error",
"always",