feat(vue): Rule "html-closing-bracket-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
7f0f6a0d5c
commit
1776bfbec4
@ -537,7 +537,7 @@
|
|||||||
- [ ] "dot-location"
|
- [ ] "dot-location"
|
||||||
- [ ] "eqeqeq"
|
- [ ] "eqeqeq"
|
||||||
- [X] "html-closing-bracket-newline"
|
- [X] "html-closing-bracket-newline"
|
||||||
- [ ] "html-closing-bracket-spacing"
|
- [X] "html-closing-bracket-spacing"
|
||||||
- [ ] "html-end-tags"
|
- [ ] "html-end-tags"
|
||||||
- [X] "html-indent"
|
- [X] "html-indent"
|
||||||
- [X] "html-quotes"
|
- [X] "html-quotes"
|
||||||
|
@ -24,6 +24,14 @@
|
|||||||
"singleline": "never"
|
"singleline": "never"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"vue/html-closing-bracket-spacing": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"endTag": "never",
|
||||||
|
"selfClosingTag": "always",
|
||||||
|
"startTag": "never"
|
||||||
|
}
|
||||||
|
],
|
||||||
"vue/html-indent": [
|
"vue/html-indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab",
|
"tab",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user