feat(vue): comma-dangle

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

View File

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

View File

@ -17,6 +17,10 @@
] ]
} }
], ],
"vue/comma-dangle": [
"error",
"always-multiline"
],
"vue/html-closing-bracket-newline": [ "vue/html-closing-bracket-newline": [
"error", "error",
{ {