chore: eslint setup

This commit is contained in:
2025-11-13 07:51:52 +01:00
parent 4a8d46eb24
commit f09d5ce203
8 changed files with 2320 additions and 53 deletions

8
eslint.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
import withNuxt from "./.nuxt/eslint.config.mjs";
export default withNuxt({
rules: {
"vue/html-self-closing": "off",
"vue/multi-word-component-names": "off",
},
});