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"
|
||||
- [X] "object-curly-spacing"
|
||||
- [ ] "order-in-components"
|
||||
- [X] "padding-line-between-blocks"
|
||||
- [ ] "prop-name-casing"
|
||||
- [ ] "require-component-is"
|
||||
- [ ] "require-default-prop"
|
||||
|
@ -83,6 +83,10 @@
|
||||
"objectsInObjects": false
|
||||
}
|
||||
],
|
||||
"vue/padding-line-between-blocks": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"vue/script-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user