Try it out!
Run npx oxlint@latest .
in your JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.
Oxlint now has 56 recommended rules by default, out of 82 in total.
6 New Lint Rules
- eslint/no-extra-boolean-cast @metreniuk
- eslint/no-loss-of-precision @Devin-Yeung
- typescript/no-duplicate-enum-values @Thiry1
- typescript/no-namespace @metreniuk
- typescript/prefer-as-const @Thiry1
- unicorn/no-instanceof-array @Thiry1
Smaller Binary Size (50 - 100KB less)
Thanks to bpaf by @pacak, the binary size is 50 - 100KB smaller after the removal of clap.
Better help message
Use --help
, and also --help --help
for detailed explanation.
New Contributors
- @metreniuk made their first contribution in #677
- @hyf0 made their first contribution in #701
- @Thiry1 made their first contribution in #707
- @lovebaihezi made their first contribution in #728
- @EYHN made their first contribution in #763
Full Changelog: oxlint_v0.0.7...oxlint_v0.0.8