Skip to content

oxlint v0.10.2

Latest
Compare
Choose a tag to compare
@Boshen Boshen released this 22 Oct 05:18
· 13 commits to main since this release
9648e98

[0.10.2] - 2024-10-22

Features

  • dbe1972 linter: Import/no-cycle should turn on ignore_types by default (#6761) (Boshen)
  • 619d06f linter: Fix suggestion for eslint:no_empty_static_block rule (#6732) (Tapan Prakash)

Bug Fixes

Performance

  • 8387bac linter: Apply small file optimization, up to 30% faster (#6600) (camchenry)

Refactor

  • b884577 linter: All ast_util functions take Semantic (#6753) (DonIsaac)
  • 744aa74 linter: Impl Deref<Target = Semantic> for LintContext (#6752) (DonIsaac)
  • 6ffdcc0 oxlint: Lint/mod.rs -> lint.rs (#6746) (Boshen)

Testing