feat(vue): padding-line-between-blocks

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-19 15:15:48 +04:00
parent 1f204d1b8d
commit 32dd591751
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 0 deletions

View File

@ -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"

View File

@ -83,6 +83,10 @@
"objectsInObjects": false
}
],
"vue/padding-line-between-blocks": [
"error",
"always"
],
"vue/script-indent": [
"error",
"tab",