You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 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.
Listing the rules we have enabled:
React to-do generated with:
In oxlint git
The text was updated successfully, but these errors were encountered: