Skip to content

oxlint v0.0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 05:29

Try it out!

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