feat(vue): Rule "html-closing-bracket-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -24,6 +24,14 @@
|
||||
"singleline": "never"
|
||||
}
|
||||
],
|
||||
"vue/html-closing-bracket-spacing": [
|
||||
"error",
|
||||
{
|
||||
"endTag": "never",
|
||||
"selfClosingTag": "always",
|
||||
"startTag": "never"
|
||||
}
|
||||
],
|
||||
"vue/html-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user