Skip to content

oxlint v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 05:14

What's Changed

New eslint-plugin-react-perf

oxlint --react-perf-plugin

Differenciate linux gnu / musl binary targets

  • linux-x64-gnu
  • linux-arm64-gnu
  • linux-x64-musl
  • linux-arm64-musl
  • ci: release oxlint with linux-{x64-gnu, arm64-gnu, x64-musl, arm64-musl} by @Boshen in #2126

New Rules

  • jest: no-restricted-matchers by @eryue0220 in #2090
  • jest: no-restricted-jest-methods by @eryue0220 in #2091
  • import: no-named-as-default by @XantreGodlike in #2109
  • unicorn: promote no-new-array to correctness with better help message by @Boshen in #2123

Favor Array.from({ length: n }) and [onlyElement] instead of ambiguous new Array(arg)

Improvements

Fixes

New Contributors

Full Changelog: oxlint_v0.2.2...oxlint_v0.2.3