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

Consider oxlint as replacement of eslint #20279

Open
8 tasks
jelly opened this issue Apr 9, 2024 · 0 comments
Open
8 tasks

Consider oxlint as replacement of eslint #20279

jelly opened this issue Apr 9, 2024 · 0 comments

Comments

@jelly
Copy link
Member

jelly commented Apr 9, 2024

oxlint is an oxidized eslint written in Rust. It is vastly faster then eslint ~ 72 ms versus 17 seconds but as of now supports less rules.

So for us to switch we need to make sure all our plugins and rules are supported, this issue should track that. Our used plugins:

Apart from speed, oxlint oxlint found issues which eslint did not catch:

Another benefit is that oxlint provides a native language-server while for eslint you need an alternative extension. While for oxlint you can use the native Rust binary for example in neovim.

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