fix(lint): use eslint-config-next flat config

eslint-config-next 16.3.5 ships flat configs; feeding them through
FlatCompat wrapped the plugins and crashed lint with a circular-structure
JSON error. Import the flat config directly and drop @eslint/eslintrc.
This commit is contained in:
2026-09-14 18:49:44 -04:00
parent cac478a9d1
commit 01c6c2f8d0
3 changed files with 6 additions and 12 deletions
-1
View File
@@ -107,7 +107,6 @@
"zustand": "^4.5.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.7",
"@tailwindcss/postcss": "^4.3.3",
"@types/bcryptjs": "^3.0.0",
"@types/bun": "^1.4.2",