feat: add vue/no-v-html rule to ESLint configuration for improved security

This commit is contained in:
Ivan 2026-08-14 12:12:55 -05:00
parent 93949be768
commit 6ddced7393
No known key found for this signature in database
2 changed files with 1 additions and 0 deletions

View file

@ -73,6 +73,7 @@ export default [
files: ["**/*.{js,mjs,cjs,vue}"],
rules: {
"vue/multi-word-component-names": "off",
"vue/no-v-html": "error",
"no-unused-vars": "warn",
"no-console": "off",
"security/detect-object-injection": "off",

Binary file not shown.