style: disable vue/no-v-html rule in eslint.config

This commit is contained in:
ccbikai 2024-06-02 20:12:42 +08:00
parent 66f202d3d1
commit 91013f710e

View file

@ -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',
},
},
)