Skip to content

oxlint v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 09:33

Try it out! In any of your repo:

npx oxlint@latest .

This release adds 8 new rules (with 41 rules in total):

  • no-useless-catch
  • no-unsafe-finally
  • no-self-assign
  • no-cond-assign
  • no-dupe-else-if
  • no-inner-declarations
  • no-useless-escape
  • no-prototype-builtins

Full Changelog: oxlint_v0.0.4...oxlint_v0.0.5