Skip to content

chore: Clean up lint and format script names #19720

Description

@github-actions

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)
  • lint now runs only oxlint (previously also ran oxfmt check)
  • lint:fix replaces fix for oxlint auto-fix
  • format / format:check unchanged (oxfmt write / check)
  • New root-only check script runs both format:check + lint
  • All oxlint commands now consistently include OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS flag and --type-aware across 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 lint instead of yarn lint:oxlint
  • CI format check job passes (unchanged yarn format:check)
  • yarn check runs both format check and lint at root level

🤖 Generated with Claude Code

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions