Oxlint integration
haoqunjiang opened this issue · 0 comments
haoqunjiang commented
Oxlint already had good support of most recommended rules: oxc-project/oxc#481
And it's way faster than ESLint.
We should use it for most checks and let ESLint fill in for the rest unsupported ones.
It'll bring in several more MBs of dependency so let's make it optional first.