-
Notifications
You must be signed in to change notification settings - Fork 0
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
[✨] Switch from Eslint to Biome #33
Comments
If the request gets enough support I will start the previously mentioned PR |
yes, I want to switch to Biome asap the only concerns we have are tailwind prettier plugin and qwik eslint plugin that both need to work with Biome. If there is now a path and you're willing to work with us on a PR then I don't see why not |
Hey @rogervila! This would be amazing. Biome reduces a ton of bloat and dependencies from eslint and prettier in the starters generated from the Qwik CLI, and the performance is next level. eslint-plugin-qwik to biome is what has held us back. Would love to help out on this. |
@rogervila can you ping us in the discord so we can create a channel for this effort |
Hey @rogervila! Any status updates? Would love to help you on this effort. |
+1 Looking forward to this being shipped |
Hi @thejackshelton @shirotech I will start working on it next week together with @PatrickJS :) |
I'd absolutely love to use Biome instead of Eslint/prettier. But we'll need to make sure current users of |
We moved this issue to |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is your feature request related to a problem?
This feature is unrelated to any problem but represents a significant performance improvement for the build step since Biome linter is much faster than Eslint.
Biome provides a migration tool that makes it a breeze to migrate the Eslint configuration.
Describe the solution you'd like
The solution would consist of a PR with the following changes:
eslint-plugin-qwik
, using Biome's migration toolpackage.json
lint
command to use Biome instead of Eslinteslint-plugin-qwik
Describe alternatives you've considered
AFAIK, Biome is the most performant linter on the market and, since it provides a migration tool, I have not considered other alternatives.
Additional context
Performance comparison between Eslint and Biome published on Biome's website:
The text was updated successfully, but these errors were encountered: