We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8098c44 commit 0bc700eCopy full SHA for 0bc700e
packages/vue/index.js
@@ -36,6 +36,7 @@ module.exports = {
36
"vue/require-default-prop": "off",
37
"vue/multi-word-component-names": "off",
38
"vue/prefer-import-from-vue": "off",
39
+ "vue/no-v-text-v-html-on-component": "off",
40
41
// reactivity transform
42
"vue/no-setup-props-destructure": "off",
@@ -61,7 +62,6 @@ module.exports = {
61
62
}],
63
"vue/no-restricted-v-bind": ["error", "/^v-/"],
64
"vue/no-useless-v-bind": "error",
- "vue/no-v-text-v-html-on-component": "error",
65
"vue/padding-line-between-blocks": ["error", "always"],
66
"vue/prefer-separate-static-class": "error",
67
0 commit comments