Skip to content

oxlint v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jul 06:23
ee211ba

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)

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

Full Changelog: oxlint_v0.0.6...oxlint_v0.0.7