github oxc-project/oxc oxlint_v0.0.16
oxlint v0.0.16

latest releases: oxlint_v0.9.6, crates_v0.29.0, oxlint_v0.9.5...
10 months ago

Try it out!

What's Changed

Features

Use the following cli flags to enable the import / jest / jsx-a11y plugins

Enable Plugins
        --import-plugin       Enable the experimental import plugin and detect ESM problems
        --jest-plugin         Enable the Jest plugin and detect test problems
        --jsx-a11y-plugin     Enable the JSX-a11y plugin and detect accessibility problems

New rules by category (19 in total)

Correctness (turned on by default)

  • eslint-plugin-unicorn: no-invalid-remove-event-listener by @camc314 in #1147
  • eslint-plugin-unicorn: no-useless-fallback-in-spread @camc314 in #1176
  • eslint-plugin-jsx-a11y: alt-text by @manzt in #1126

Suspicious

Pedantic

Style

Nursery

Fixes

  • reduce the lookup times of Call Expression in Jest rules by @mysteryven in #1184
  • parse configuration for unicorn/filename-case by @camc314 in #1145
  • fix covered span of eslint-disable-next-line comments by @haocheng6 in #1128

New Contributors

Full Changelog: oxlint_v0.0.15...oxlint_v0.0.16

Don't miss a new oxc release

NewReleases is sending notifications on new releases.