Make vue/no-v-html a warn instead of error

This commit is contained in:
Andrei Andreev 2021-12-12 21:57:53 +03:00
parent 0ec7bcc1a9
commit ffd9b6601a

View File

@ -43,6 +43,7 @@
"vue/block-tag-newline": "warn",
"vue/no-multiple-objects-in-class": "warn",
"vue/no-static-inline-styles": "warn",
"vue/no-v-html": "warn",
"no-empty-function": "error",
"no-eval": "error",
"no-extra-bind": "error",