-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as not planned
Description
Note
The pull request "chore: Clean up lint and format script names" was created by @logaretm but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.
Summary
- Standardize lint/format script naming across the monorepo (53 files)
lintnow runs only oxlint (previously also ran oxfmt check)lint:fixreplacesfixfor oxlint auto-fixformat/format:checkunchanged (oxfmt write / check)- New root-only
checkscript runs bothformat:check+lint - All oxlint commands now consistently include
OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICSflag and--type-awareacross root and all sub-packages - Removes redundant scripts:
fix,fix:oxlint,fix:oxfmt,lint:oxfmt,lint:oxlint - Updates CI workflow (
build.yml) to use new script names
Test plan
- CI lint job passes with
yarn lintinstead ofyarn lint:oxlint - CI format check job passes (unchanged
yarn format:check) -
yarn checkruns both format check and lint at root level
🤖 Generated with Claude Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels