diff --git a/eslint.config.mjs b/eslint.config.mjs index 50d156f..585011a 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -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', }, }, )