Skip to content

Add Husky, Prettier, ESLint, and Vitest hooks - #4

Open
lowyelling wants to merge 4 commits into
mainfrom
husky
Open

Add Husky, Prettier, ESLint, and Vitest hooks#4
lowyelling wants to merge 4 commits into
mainfrom
husky

Conversation

@lowyelling

Copy link
Copy Markdown
Collaborator

Summary

  • Add Husky git hooks (pre-commit, commit-msg, pre-push)
  • Add lint-staged to run ESLint + Prettier on staged files
  • Add Prettier with project config
  • Add Vitest for testing
  • Add commitlint to enforce conventional commit messages
  • Add mermaid diagram skill
  • Format existing codebase with Prettier

Test plan

  • Pre-commit hook runs lint-staged and vitest
  • Commit-msg hook enforces conventional commits
  • Pre-push hook runs full build
  • Prettier formats all files cleanly

🤖 Generated with Claude Code

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

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

3 participants