feat(vue): Rule "html-indent"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
22795371c9
commit
37337f9e02
@ -539,7 +539,7 @@
|
||||
- [ ] "html-closing-bracket-newline"
|
||||
- [ ] "html-closing-bracket-spacing"
|
||||
- [ ] "html-end-tags"
|
||||
- [ ] "html-indent"
|
||||
- [X] "html-indent"
|
||||
- [ ] "html-quotes"
|
||||
- [ ] "html-self-closing"
|
||||
- [ ] "jsx-uses-vars"
|
||||
|
@ -1,4 +1,14 @@
|
||||
{
|
||||
"vue/html-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
{
|
||||
"alignAttributesVertically": true,
|
||||
"attribute": 1,
|
||||
"baseIndent": 1,
|
||||
"closeBracket": 0
|
||||
}
|
||||
],
|
||||
"vue/script-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user