feat(vue): Rule "html-indent"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1,4 +1,14 @@
|
||||
{
|
||||
"vue/html-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
{
|
||||
"alignAttributesVertically": true,
|
||||
"attribute": 1,
|
||||
"baseIndent": 1,
|
||||
"closeBracket": 0
|
||||
}
|
||||
],
|
||||
"vue/script-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user