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.