feat(vue): no-multi-spaces
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a3a2934e43
commit
fd0218c01e
@ -568,7 +568,7 @@
|
||||
- [ ] "no-duplicate-attributes"
|
||||
- [ ] "no-empty-pattern"
|
||||
- [ ] "no-irregular-whitespace"
|
||||
- [ ] "no-multi-spaces"
|
||||
- [X] "no-multi-spaces"
|
||||
- [ ] "no-parsing-error"
|
||||
- [ ] "no-reserved-component-names"
|
||||
- [ ] "no-reserved-keys"
|
||||
|
@ -76,6 +76,12 @@
|
||||
"singleline": 8
|
||||
}
|
||||
],
|
||||
"vue/no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
"ignoreProperties": false
|
||||
}
|
||||
],
|
||||
"vue/no-unused-vars": [
|
||||
"error"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user