minor: eslint no-v-html off

This commit is contained in:
2025-09-22 11:09:51 -04:00
parent a863da3e40
commit 5e76f167e9

View File

@@ -4,5 +4,6 @@ import withNuxt from "./.nuxt/eslint.config.mjs";
export default withNuxt({
rules: {
"vue/max-attributes-per-line": "off",
"vue/no-v-html": "off",
},
});