linter fixes

This commit is contained in:
2026-07-28 14:50:24 +02:00
parent 1513a451ae
commit b1da8c9a84
24 changed files with 1731 additions and 56 deletions
+8 -2
View File
@@ -5,7 +5,9 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"dependencies": {
"pinia": "^2.2.0",
@@ -21,6 +23,10 @@
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0",
"vite": "^5.4.0",
"vue-tsc": "^2.1.0"
"vue-tsc": "^2.1.0",
"eslint": "^9.0.0",
"@eslint/js": "^9.0.0",
"typescript-eslint": "^8.0.0",
"eslint-plugin-vue": "^9.28.0"
}
}