-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore(Lint): Use oxlint for linting #8534
base: develop
Are you sure you want to change the base?
Conversation
What is our motivation for replacing eslint with oxlint? |
I agree with @CurryYangxx, especially as they are still working on an unreleased formatter. Keep the branch around though and we can revisit on their 1.0 release |
Motivation:
Our current eslint configuration is quite complex which makes it hard to update to the latest version and keep up to date.
There are also times where formatting rules fight each other and saving a file leads to a flash of formatting that creates some very weird indentation results.
Ideally we want our linter to only be concerned about code issues and use a formatter like prettier to handle how our code is formatted.
oxlint is now in beta and already used by some pretty big projects
Highlights:
Figure out: