mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-09-22 20:11:27 -04:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user