Skip to content

Commit

Permalink
style: disable vue/no-v-html rule in eslint.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbikai committed Jun 2, 2024
1 parent 66f202d commit 91013f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default withNuxt(
'@typescript-eslint/ban-ts-comment': 'off',
'no-console': 'off',
'node/prefer-global/process': 'off',
'vue/no-v-html': 'off',
},
},
)

0 comments on commit 91013f7

Please sign in to comment.