feat(vue): Rule "html-quotes"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 13:19:20 +04:00
parent 37337f9e02
commit dd99326c52
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 1 deletions

View File

@ -540,7 +540,7 @@
- [ ] "html-closing-bracket-spacing"
- [ ] "html-end-tags"
- [X] "html-indent"
- [ ] "html-quotes"
- [X] "html-quotes"
- [ ] "html-self-closing"
- [ ] "jsx-uses-vars"
- [ ] "key-spacing"

View File

@ -9,6 +9,10 @@
"closeBracket": 0
}
],
"vue/html-quotes": [
"error",
"double"
],
"vue/script-indent": [
"error",
"tab",