feat(vue): object-curly-spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
50fd33ae97
commit
79d28d317b
@ -578,7 +578,7 @@
|
||||
- [ ] "no-unused-vars"
|
||||
- [ ] "no-use-v-if-with-v-for"
|
||||
- [ ] "no-v-html"
|
||||
- [ ] "object-curly-spacing"
|
||||
- [X] "object-curly-spacing"
|
||||
- [ ] "order-in-components"
|
||||
- [ ] "prop-name-casing"
|
||||
- [ ] "require-component-is"
|
||||
|
@ -68,6 +68,14 @@
|
||||
"singleline": 8
|
||||
}
|
||||
],
|
||||
"vue/object-curly-spacing": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"arraysInObjects": false,
|
||||
"objectsInObjects": false
|
||||
}
|
||||
],
|
||||
"vue/script-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user