update(vue): html-quotes

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 15:18:24 +04:00
parent 487b390fd3
commit db71e72427

View File

@ -49,7 +49,10 @@
],
"vue/html-quotes": [
"error",
"double"
"double",
{
"avoidEscape": false
}
],
"vue/html-self-closing": [
"error",