Skip to content

Commit f0ed20f

Browse files
abrichrclaude
andcommitted
fix: pin eslint to v8 for Next.js compatibility
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d79224b commit f0ed20f

2 files changed

Lines changed: 515 additions & 441 deletions

File tree

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/react": "^18.3.0",
2424
"@types/react-dom": "^18.3.0",
2525
"autoprefixer": "^10.4.0",
26-
"eslint": "^10.0.3",
27-
"eslint-config-next": "^16.2.0",
26+
"eslint": "^8.57.0",
27+
"eslint-config-next": "^14.2.0",
2828
"postcss": "^8.4.0",
2929
"tailwindcss": "^3.4.0",
3030
"typescript": "^5.7.0"

0 commit comments

Comments
 (0)