feat(vue): Rule "script-indent"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
18f0fc8ed1
commit
22795371c9
@ -591,7 +591,7 @@
|
|||||||
- [ ] "require-v-for-key"
|
- [ ] "require-v-for-key"
|
||||||
- [ ] "require-valid-default-prop"
|
- [ ] "require-valid-default-prop"
|
||||||
- [ ] "return-in-computed-property"
|
- [ ] "return-in-computed-property"
|
||||||
- [ ] "script-indent"
|
- [X] "script-indent"
|
||||||
- [ ] "singleline-html-element-content-newline"
|
- [ ] "singleline-html-element-content-newline"
|
||||||
- [ ] "space-infix-ops"
|
- [ ] "space-infix-ops"
|
||||||
- [ ] "space-unary-ops"
|
- [ ] "space-unary-ops"
|
||||||
|
@ -1 +1,10 @@
|
|||||||
{}
|
{
|
||||||
|
"vue/script-indent": [
|
||||||
|
"error",
|
||||||
|
"tab",
|
||||||
|
{
|
||||||
|
"baseIndent": 0,
|
||||||
|
"switchCase": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user