Add eslint

This commit is contained in:
2025-08-20 23:40:00 +02:00
parent cc544322b2
commit 16956d12f4
31 changed files with 1214 additions and 913 deletions
+4
View File
@@ -11,10 +11,13 @@
"format": "prettier --write .",
"check": "prettier --check .",
"test": "bun test",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev:up": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d",
"dev:down": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml down"
},
"dependencies": {
"@nuxt/eslint": "1.9.0",
"@nuxtjs/i18n": "^10.0.3",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "0.11.2",
@@ -23,6 +26,7 @@
"@vuestic/tailwind": "^0.1.5",
"@vueuse/nuxt": "13.6.0",
"argon2": "^0.43.1",
"eslint": "^9.0.0",
"h3-zod": "^0.5.3",
"minio": "^8.0.5",
"nuxt": "^4.0.1",