Skip to content

Commit

Permalink
chore: 禁用eslint vue/no-v-html规则
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Sep 3, 2022
1 parent 6bbeeec commit f228569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
'vue/no-template-shadow': 'off',
'vue/no-parsing-error': 'off',
'vue/require-default-prop': 'off',
'vue/no-v-html': 'off',
'no-unused-vars': [
'error',
// we are only using this rule to check for unused arguments since TS
Expand Down

0 comments on commit f228569

Please sign in to comment.