Looks like ESLint's ecosystem has stabilized and the update can now be performed. See migration guide here:
https://eslint.org/docs/latest/use/migrate-to-10.0.0
This update will require some changes to the existing config. Updating the version results in the following error when running the linter that needs to be investigated and sorted:
> npm run lint
Oops! Something went wrong! :(
ESLint: 10.3.0
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@eslint/js'
Looks like ESLint's ecosystem has stabilized and the update can now be performed. See migration guide here:
https://eslint.org/docs/latest/use/migrate-to-10.0.0
This update will require some changes to the existing config. Updating the version results in the following error when running the linter that needs to be investigated and sorted: