- Notifications
You must be signed in to change notification settings - Fork506
feat: always include Oxlint with ESLint#869
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
feat: always include Oxlint with ESLint#869
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cexbrayat commentedDec 12, 2025
@haoqunjiang I have not used oxlint much myself, so I have some naive questions If I understand correctly, this adds oxlint but no configuration files. Shouldn't we provide an example config a bit more complete than I'm not against making it the default, but as it is currently an addition more than a replacement, it feels like this just adds more maintenance burden in created project, with slightly unclear interactions between the various tools. |
haoqunjiang commentedDec 18, 2025
I opened#875 to simplify the generation process (it's really hard to make changes with the current implementation) and added I had thought oxlint should be the default zero-config linting tool, as it's so fast and prioritized As for TypeScript, I've tried my best to encapsulate the complexities into |
Oxlint has been stable for half a year now.
I think it's time to make it the default for all linter users.