feat(vue): Rule "html-quotes"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
37337f9e02
commit
dd99326c52
@ -540,7 +540,7 @@
|
|||||||
- [ ] "html-closing-bracket-spacing"
|
- [ ] "html-closing-bracket-spacing"
|
||||||
- [ ] "html-end-tags"
|
- [ ] "html-end-tags"
|
||||||
- [X] "html-indent"
|
- [X] "html-indent"
|
||||||
- [ ] "html-quotes"
|
- [X] "html-quotes"
|
||||||
- [ ] "html-self-closing"
|
- [ ] "html-self-closing"
|
||||||
- [ ] "jsx-uses-vars"
|
- [ ] "jsx-uses-vars"
|
||||||
- [ ] "key-spacing"
|
- [ ] "key-spacing"
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
"closeBracket": 0
|
"closeBracket": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"vue/html-quotes": [
|
||||||
|
"error",
|
||||||
|
"double"
|
||||||
|
],
|
||||||
"vue/script-indent": [
|
"vue/script-indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab",
|
"tab",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user