feat(vue): object-curly-spacing
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -68,6 +68,14 @@
|
||||
"singleline": 8
|
||||
}
|
||||
],
|
||||
"vue/object-curly-spacing": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"arraysInObjects": false,
|
||||
"objectsInObjects": false
|
||||
}
|
||||
],
|
||||
"vue/script-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user