feat(vue): Rule "html-closing-bracket-newline"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 13:28:07 +04:00
parent 17eb381c5b
commit 7f0f6a0d5c
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 8 additions and 1 deletions

View File

@ -536,7 +536,7 @@
- [ ] "component-tags-order"
- [ ] "dot-location"
- [ ] "eqeqeq"
- [ ] "html-closing-bracket-newline"
- [X] "html-closing-bracket-newline"
- [ ] "html-closing-bracket-spacing"
- [ ] "html-end-tags"
- [X] "html-indent"

View File

@ -17,6 +17,13 @@
]
}
],
"vue/html-closing-bracket-newline": [
"error",
{
"multiline": "always",
"singleline": "never"
}
],
"vue/html-indent": [
"error",
"tab",