Skip to content

Add format:check to pre-commit hook; fix Prettier drift (#41)#49

Merged
dbist merged 1 commit into
mainfrom
chore/issue-41-precommit-format-check-v2
Jun 22, 2026
Merged

Add format:check to pre-commit hook; fix Prettier drift (#41)#49
dbist merged 1 commit into
mainfrom
chore/issue-41-precommit-format-check-v2

Conversation

@dbist

@dbist dbist commented Jun 22, 2026

Copy link
Copy Markdown
Owner
  • Pre-commit hook now runs both npm run check and npm run format:check
  • Fixed formatting drift in AGENTS.md (table alignment) and index.html caught by the new check

Closes #41

🤖 Generated with Claude Code

Hook now runs both npm run check and npm run format:check before every
commit. Fixed formatting in AGENTS.md (table alignment) and index.html
that was already out of spec.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dbist
dbist merged commit b4d1bab into main Jun 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add format:check to pre-commit hook

1 participant