Open
Description
We're currently using ESLint v8.57.1 which is deprecated and no longer updated.
- Update ESLint to latest version and install
- Update config file to recommended format (https://eslint.org/docs/latest/use/configure/configuration-files)
- Remove
.eslintignore
file (since ignored files can be in the new config file) - Make sure ESLint tests pass successfully