Try it out!
Run npx oxlint@latest .
in your own JavaScript / TypeScript codebase and see it complete in milliseconds. No configurations are required.
Oxlint now has 50 recommended run by default, out of 71 in total.
9 New Lint Rules
Correctness (Run by default)
- eslint/no-empty-character-class @suica
- eslint/no-global-assign @SoonIter
- eslint/no-obj-calls @DonIsaac
- typescript/no-misused-new @cijiugechu
- typescript/no-this-alias @EliLichtblau
Pedantic
Restriction
Style
Profile Rule Performance TIMING=1
Performance of individual rules can now be tracked by using the same ESLint environment variable TIMING=1
. See the ESLint documentation for details. This feature is initiated by @shannonrothe .
Stable Rust
This binary is now built with stable instead nightly Rust. Thank you for the initiative @josephsavona. Thank you @strager and @suica who made significant contributions.
All features in this release are implemented by community contributors, thank you all for the contribution.
A special thank you is extended to @DonIsaac, whose assistance was invaluable during this release.
New Contributors
- @lukeed made their first contribution in #505
- @DonIsaac made their first contribution in #508
- @EliLichtblau made their first contribution in #526
- @vagusX made their first contribution in #529
- @makotot made their first contribution in #575
- @Leonard53 made their first contribution in #574
- @suica made their first contribution in #629
- @strager made their first contribution in #628
- @SoonIter made their first contribution in #624
- @Devin-Yeung made their first contribution in #649
Full Changelog: oxlint_v0.0.6...oxlint_v0.0.7