fix eslint errors for Vercel deployment

This commit is contained in:
Yannick Le Duc
2025-08-25 18:48:52 +02:00
parent 535a39674c
commit 1be44503c9
9 changed files with 91 additions and 3 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"dependencies": {
"@headlessui/react": "^2.2.7",