feat(vue): padding-line-between-blocks
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
1f204d1b8d
commit
32dd591751
@ -580,6 +580,7 @@
|
|||||||
- [ ] "no-v-html"
|
- [ ] "no-v-html"
|
||||||
- [X] "object-curly-spacing"
|
- [X] "object-curly-spacing"
|
||||||
- [ ] "order-in-components"
|
- [ ] "order-in-components"
|
||||||
|
- [X] "padding-line-between-blocks"
|
||||||
- [ ] "prop-name-casing"
|
- [ ] "prop-name-casing"
|
||||||
- [ ] "require-component-is"
|
- [ ] "require-component-is"
|
||||||
- [ ] "require-default-prop"
|
- [ ] "require-default-prop"
|
||||||
|
@ -83,6 +83,10 @@
|
|||||||
"objectsInObjects": false
|
"objectsInObjects": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"vue/padding-line-between-blocks": [
|
||||||
|
"error",
|
||||||
|
"always"
|
||||||
|
],
|
||||||
"vue/script-indent": [
|
"vue/script-indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab",
|
"tab",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user