oxlint v0.0.5
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