Skip to content

Run oxlint before ESLint in web lint scripts #29223

@lyzno1

Description

@lyzno1

Summary

The web lint setup uses to disable ESLint rules already covered by oxlint, but the oxlint CLI never runs in the lint scripts. This leaves the disabled rules unchecked.

Proposal

  • Add oxlint CLI as a dev dependency for .
  • Add a script (e.g., ).
  • Update // (and related) scripts to run oxlint before ESLint so the disabled rules are still enforced.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions