oxlint v0.0.17
Try it out!
- Run
npx --yes oxlint@latest
from your terminal - Install the Vscode extension https://marketplace.visualstudio.com/items?itemName=oxc.oxc-vscode
What's Changed
Features
The final dot is no longer required by the CLI #1201:
npx oxlint@latest
This is the same as npx oxlint@latest .
, where the current working directory will be scanned.
This is an alignment with ESLint v9, see https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/#running-eslint-with-no-file-arguments
What's Changed
New rules by category
Style
- eslint-plugin-unicorn: prefer-optional-catch-binding by @camc314 in #1188
- eslint-plugin-unicorn: prefer-spread by @camc314 in #1186
Fixes
- fix(linter): fix handling of repeated eslint-disable comments by @haocheng6 in #1200
Full Changelog: oxlint_v0.0.16...oxlint_v0.0.17