Context
Dependabot PR #340 bumps eslint from 9.39.2 to 10.0.0 but CI fails (frontend tests, lint, and Docker build all broken).
What needs to happen
ESLint 10 is a major version with breaking changes. Likely needs:
- Config format updates (
eslint.config.js)
- Plugin compatibility checks (@typescript-eslint, react-refresh)
- Potential rule API changes
References
Context
Dependabot PR #340 bumps eslint from 9.39.2 to 10.0.0 but CI fails (frontend tests, lint, and Docker build all broken).
What needs to happen
ESLint 10 is a major version with breaking changes. Likely needs:
eslint.config.js)References