Skip to content

Commit 0bc700e

Browse files
committed
fix: disable vue/no-v-text-v-html-on-component
1 parent 8098c44 commit 0bc700e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
"vue/require-default-prop": "off",
3737
"vue/multi-word-component-names": "off",
3838
"vue/prefer-import-from-vue": "off",
39+
"vue/no-v-text-v-html-on-component": "off",
3940

4041
// reactivity transform
4142
"vue/no-setup-props-destructure": "off",
@@ -61,7 +62,6 @@ module.exports = {
6162
}],
6263
"vue/no-restricted-v-bind": ["error", "/^v-/"],
6364
"vue/no-useless-v-bind": "error",
64-
"vue/no-v-text-v-html-on-component": "error",
6565
"vue/padding-line-between-blocks": ["error", "always"],
6666
"vue/prefer-separate-static-class": "error",
6767

0 commit comments

Comments
 (0)