Skip to content

Commit

Permalink
fix: disable vue/no-v-text-v-html-on-component
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 5, 2023
1 parent 2cf571c commit 7a2d63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/index.js
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'vue/require-default-prop': 'off',
'vue/multi-word-component-names': 'off',
'vue/prefer-import-from-vue': 'off',
'vue/no-v-text-v-html-on-component': 'off',

// reactivity transform
'vue/no-setup-props-destructure': 'off',
Expand Down

0 comments on commit 7a2d63c

Please sign in to comment.