Skip to content

1.4.0

Choose a tag to compare

@porada porada released this 03 Mar 10:42
· 102 commits to main since this release
  • Bumped peer dependency versions to oxlint@>=1.51.0 and optional oxlint-tsgolint@>=0.15.0.
  • Tweaked import/no-commonjs to flag all require calls, including those inside conditionals.
  • Lowered import/no-named-as-default severity to warn.
  • Lowered import/no-named-default severity to warn.
  • Disabled legacy import/* rules.