Skip to content

chore: widen prettier + eslint globs to test/ and .github/#19

Merged
flamerged merged 1 commit into
masterfrom
chore/widen-tooling-globs
May 1, 2026
Merged

chore: widen prettier + eslint globs to test/ and .github/#19
flamerged merged 1 commit into
masterfrom
chore/widen-tooling-globs

Conversation

@flamerged

Copy link
Copy Markdown
Owner

Summary

Last item from the latest audit batch — Round J chore-tier: format/lint scripts now cover test/ and .github/ in addition to src/.

Previously, the only thing running prettier on test/**/*.ts and .github/**/*.{yml,md} was lint-staged (on commit). CI's format:check glob didn't include them, so a hand-edited workflow YAML or a test fixture could ship with formatting drift and CI would still pass. Lint had the same gap for test/**/*.ts.

No source edits, no formatting changes were needed (everything already matched). chore: doesn't trigger a release per .releaserc.json rules.

Test plan

  • yarn format (no changes)
  • yarn format:check
  • yarn lint
  • yarn typecheck
  • yarn test (26)
  • CI matrix Node 20/22/24 green

format / format:check / lint / lint:fix now cover test/ and .github/
in addition to src/. Catches formatting drift in test fixtures, GitHub
issue/PR templates, and workflow YAMLs that previously slipped through
because lint-staged is the only thing that ran prettier on those paths
on commit.

Pure tooling change — no source edits. `chore:` won't trigger a release
per .releaserc.json's rules.
@flamerged
flamerged merged commit 35817bb into master May 1, 2026
5 checks passed
@flamerged
flamerged deleted the chore/widen-tooling-globs branch May 1, 2026 19:27
@github-actions

github-actions Bot commented May 1, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 0.7.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant