feat: ESLint configuration

This commit is contained in:
2026-01-13 08:40:35 -05:00
parent 55e16ab24b
commit e95bbfb885
7 changed files with 1730 additions and 54 deletions

View File

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