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-unused-vars"
|
||||||
- [ ] "no-use-v-if-with-v-for"
|
- [ ] "no-use-v-if-with-v-for"
|
||||||
- [ ] "no-v-html"
|
- [ ] "no-v-html"
|
||||||
- [ ] "object-curly-spacing"
|
- [X] "object-curly-spacing"
|
||||||
- [ ] "order-in-components"
|
- [ ] "order-in-components"
|
||||||
- [ ] "prop-name-casing"
|
- [ ] "prop-name-casing"
|
||||||
- [ ] "require-component-is"
|
- [ ] "require-component-is"
|
||||||
|
@ -68,6 +68,14 @@
|
|||||||
"singleline": 8
|
"singleline": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"vue/object-curly-spacing": [
|
||||||
|
"error",
|
||||||
|
"always",
|
||||||
|
{
|
||||||
|
"arraysInObjects": false,
|
||||||
|
"objectsInObjects": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"vue/script-indent": [
|
"vue/script-indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab",
|
"tab",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user