Move html to double quote as single used inside

This commit is contained in:
Sytone 2021-06-02 11:33:57 -07:00
parent 4642ce2b0f
commit f70932dd39

View File

@ -71,7 +71,7 @@
"rules": { "rules": {
"vue/html-quotes": [ "vue/html-quotes": [
"error", "error",
"single" "double"
], ],
"quotes": [ "quotes": [
"error", "error",