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 eslint to 9.x #3557

Open
oddvernes opened this issue Jul 9, 2024 · 1 comment
Open

⬆️Update eslint to 9.x #3557

oddvernes opened this issue Jul 9, 2024 · 1 comment

Comments

@oddvernes
Copy link
Collaborator

oddvernes commented Jul 9, 2024

This is a major update with breaking changes. Mainly we need to write a new config file with new syntax as .eslintrc.js has been deprecated

v9 Main blog post
v9 migration guide
config migration guide

@oddvernes
Copy link
Collaborator Author

oddvernes commented Aug 14, 2024

This needs to wait a bit longer as none of these plugins support 9.x.x yet, and causes eslint to not be able to resolve any imports among other things

.
├─┬ eslint-plugin-import 2.29.1
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.9.0
├─┬ eslint-plugin-jsx-a11y 6.9.0
│ └── ✕ unmet peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8": found 9.9.0
├─┬ eslint-plugin-testing-library 6.3.0
│ ├── ✕ unmet peer eslint@"^7.5.0 || ^8.0.0": found 9.9.0
│ └─┬ @typescript-eslint/utils 5.62.0
│   └── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0": found 9.9.0
└─┬ eslint-plugin-react-hooks 4.6.2
  └── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0": found 9.9.0

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

No branches or pull requests

1 participant