feat(vue): space-infix-ops
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
7adf510a94
commit
bbf940aafe
@ -593,7 +593,7 @@
|
|||||||
- [ ] "return-in-computed-property"
|
- [ ] "return-in-computed-property"
|
||||||
- [X] "script-indent"
|
- [X] "script-indent"
|
||||||
- [ ] "singleline-html-element-content-newline"
|
- [ ] "singleline-html-element-content-newline"
|
||||||
- [ ] "space-infix-ops"
|
- [X] "space-infix-ops"
|
||||||
- [ ] "space-unary-ops"
|
- [ ] "space-unary-ops"
|
||||||
- [ ] "static-class-names-order"
|
- [ ] "static-class-names-order"
|
||||||
- [ ] "this-in-template"
|
- [ ] "this-in-template"
|
||||||
|
@ -75,5 +75,11 @@
|
|||||||
"baseIndent": 0,
|
"baseIndent": 0,
|
||||||
"switchCase": 1
|
"switchCase": 1
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"vue/space-infix-ops": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"int32Hint": false
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user