chore(frontend): upgrade eslint and update config to new default config format

This commit is contained in:
acceis-international
2025-03-26 16:48:05 +01:00
parent 60f8d38baf
commit 81b1970099
4 changed files with 415 additions and 524 deletions

View File

@@ -44,9 +44,10 @@
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "^8.6.0",
"axios": "^1.7.7",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.12",
"eslint-config-prettier": "^9.1.0",
"eslint": "9.23.0",
"eslint-config-next": "^15.2.4",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.3.3",
"tar": "^7.4.3",
"typescript": "^5.6.2"