Open
Description
Description:
The project is currently using an outdated version of ESLint. To ensure better performance, security, and access to the latest features, we need to update ESLint to the latest version. Additionally, we should verify that all linters are functioning correctly after the upgrade.
Tasks:
- Upgrade ESLint to the latest version.
- Update any related dependencies (e.g., ESLint plugins, configs).
- Run the linting process and address any issues or errors that arise.
- Ensure that all existing linting rules are maintained and properly configured.
- Verify that the CI/CD pipeline includes linting checks after the upgrade.
Expected Outcome:
- ESLint is updated to the latest version.
- All linters are functioning correctly with no issues reported.
Additional Notes:
- Review the ESLint migration guide for any breaking changes that may affect our current setup.