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

[✨] Make qwik / eslint-plugin-qwik compatible with ESLint version 9 #6774

Open
orbanszlrd opened this issue Aug 7, 2024 · 4 comments
Open
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request

Comments

@orbanszlrd
Copy link

orbanszlrd commented Aug 7, 2024

Is your feature request related to a problem?

qwik / eslint-plugin-qwik depends on an older version of ESLint and can't be used with the latest versions (9.0.0 and above).
Please update the dependencies and migrate your config file.
Thank you in advance!

Describe the solution you'd like

  1. Update the dependencies in the package.json:
-       "@types/eslint": "^8.56.10",
-       "@typescript-eslint/eslint-plugin": "^7.16.1",
-       "@typescript-eslint/parser": "^7.16.1",
-       "eslint": "^8.57.0",
+       "@types/eslint": "^9.6.0",
+       "@typescript-eslint/eslint-plugin": "^8.0.1",
+       "@typescript-eslint/parser": "^8.0.1",
+       "eslint": "^9.8.0",
  1. Migrate the config file as described here: https://eslint.org/docs/latest/use/configure/migration-guide
  2. Delete the .eslintignore as it's no longer needed

Describe alternatives you've considered

no alternatives

Additional context

image

@orbanszlrd orbanszlrd added STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request labels Aug 7, 2024
@gioboa
Copy link
Member

gioboa commented Aug 7, 2024

Hi @orbanszlrd thanks for the report. As you can see here the Qwik team is looking to switching to Biome.

@orbanszlrd
Copy link
Author

Yes, I saw that, but I suspect it's more work. When is the transition expected? Does this also mean that the ESLint update is not on the agenda?

@gioboa
Copy link
Member

gioboa commented Aug 7, 2024

As a team we decided to switch to Biome and move the eslint as a community integration.
We are working on Biome integration, you can help us if you want btw

@orbanszlrd
Copy link
Author

Thanks for the information, @gioboa !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants