Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to flat eslint config #2391

Open
nickofthyme opened this issue Apr 8, 2024 · 0 comments
Open

Update to flat eslint config #2391

nickofthyme opened this issue Apr 8, 2024 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@nickofthyme
Copy link
Collaborator

nickofthyme commented Apr 8, 2024

In eslint@v9 they removed the deprecated configuration file, which we use, in favor of the new flat configuration file. We can opt-in to use the old format but that also creates errors due to other underlying changes, so best to just migrate to the new flat config.

This is more involved than just a few tweaks as they changed the entire paradigm of the old config where instead of overrides we now list multiple configurations in order of importance. See full migration guide here, but the biggest changes are...

@nickofthyme nickofthyme added the dependencies Pull requests that update a dependency file label Apr 8, 2024
@nickofthyme nickofthyme self-assigned this Apr 8, 2024
nickofthyme added a commit that referenced this issue Apr 25, 2024
renovate keeps updating or creating prs to update eslint and not correctly skipping the version as it should.

Reenable when #2391 is closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant