fix: downgrade eslint version to ^9.0.0 for compatibility

This commit is contained in:
seaznCode 2026-03-11 23:15:11 +01:00
parent e6c9064c1a
commit 47a018271f

View File

@ -56,7 +56,7 @@
"@types/react-dom": "^19",
"autoprefixer": "^10.4.24",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^10.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.6",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.3.0",