fix: downgrade ESLint to ^9 to fix react/display-name TypeError

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/402f27be-f4c8-4470-8ef8-9c060d87126e
This commit is contained in:
copilot-swe-agent[bot]
2026-03-23 14:31:51 +00:00
parent ffc086fd4c
commit 09fb87ec7e
3 changed files with 392 additions and 59 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5"