feat(vue): Rule "html-closing-bracket-newline"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
17eb381c5b
commit
7f0f6a0d5c
@ -536,7 +536,7 @@
|
|||||||
- [ ] "component-tags-order"
|
- [ ] "component-tags-order"
|
||||||
- [ ] "dot-location"
|
- [ ] "dot-location"
|
||||||
- [ ] "eqeqeq"
|
- [ ] "eqeqeq"
|
||||||
- [ ] "html-closing-bracket-newline"
|
- [X] "html-closing-bracket-newline"
|
||||||
- [ ] "html-closing-bracket-spacing"
|
- [ ] "html-closing-bracket-spacing"
|
||||||
- [ ] "html-end-tags"
|
- [ ] "html-end-tags"
|
||||||
- [X] "html-indent"
|
- [X] "html-indent"
|
||||||
|
@ -17,6 +17,13 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"vue/html-closing-bracket-newline": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"multiline": "always",
|
||||||
|
"singleline": "never"
|
||||||
|
}
|
||||||
|
],
|
||||||
"vue/html-indent": [
|
"vue/html-indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab",
|
"tab",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user