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"
|
- [ ] "block-spacing"
|
||||||
- [ ] "brace-style"
|
- [ ] "brace-style"
|
||||||
- [ ] "camelcase"
|
- [ ] "camelcase"
|
||||||
- [ ] "comma-dangle"
|
- [X] "comma-dangle"
|
||||||
- [ ] "comment-directive"
|
- [ ] "comment-directive"
|
||||||
- [ ] "component-definition-name-casing"
|
- [ ] "component-definition-name-casing"
|
||||||
- [ ] "component-name-in-template-casing"
|
- [ ] "component-name-in-template-casing"
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"vue/comma-dangle": [
|
||||||
|
"error",
|
||||||
|
"always-multiline"
|
||||||
|
],
|
||||||
"vue/html-closing-bracket-newline": [
|
"vue/html-closing-bracket-newline": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user