Skip to content

oxlint v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 12:01

Try it out!

New Rules

  • eslint-plugin-next: no-document-import-in-page by @kaykdm in #1997
  • eslint-plugin-next: no-head-element by @kaykdm in #2006
  • eslint-plugin-next: no-typos by @kaykdm in #1978
  • eslint-plugin-jsx-a11y: aria-activedescendant-has-tabindex by @keita-hino in #2012
  • eslint-plugin-jsx-a11y: click-events-have-key-events by @leaysgur in #1976
  • eslint-plugin-jsx-a11y: no-redundant-roles rule by @yossydev in #1981
  • eslint-plugin-import: no-named-as-default-member rule by @XantreGodlike in #1988

Improvements

Linter

  • fix(linter) fix false positive for erasing-op in 0/0 case by @camc314 in #2009
  • fix(linter): false positive for filename_case where filename doesn't have a proper casing by @Boshen in #2032
  • fix(linter): keep rules disabled if the rule is not enabled in the config by @Boshen in #2031

41% faster after removing the --timings feature

  • feat(linter): remove the --timings feature by @Boshen in #2049

Parser - 7% faster than the previous version

Full Changelog: oxlint_v0.2.0...oxlint_v0.2.1