update(vue): html-quotes

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

View File

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