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

Upgrade eslint dependencies to their new version #6350

Open
milanholemans opened this issue Sep 15, 2024 · 0 comments
Open

Upgrade eslint dependencies to their new version #6350

milanholemans opened this issue Sep 15, 2024 · 0 comments

Comments

@milanholemans
Copy link
Contributor

We are using eslint to notify us of coding patterns we shouldn't use. Currently, we are using eslint v8 while the latest version is eslint v9.
The new version has quite some breaking changes. The biggest is that we should convert our current eslintrc.cjs to a new format eslint.config.js. There is a migration guide on how to convert this config file: https://eslint.org/docs/latest/use/configure/migration-guide

Goal of this issue:
Let's try to upgrade our eslint dependencies to their latest version while keeping our current rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant