feat(vue): comma-dangle
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
dfac7f5138
commit
b4225e3424
@ -529,7 +529,7 @@
|
||||
- [ ] "block-spacing"
|
||||
- [ ] "brace-style"
|
||||
- [ ] "camelcase"
|
||||
- [ ] "comma-dangle"
|
||||
- [X] "comma-dangle"
|
||||
- [ ] "comment-directive"
|
||||
- [ ] "component-definition-name-casing"
|
||||
- [ ] "component-name-in-template-casing"
|
||||
|
@ -17,6 +17,10 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"vue/comma-dangle": [
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"vue/html-closing-bracket-newline": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user