Skip to content

Conversation

@danielway
Copy link
Owner

Configured Husky to run format, lint, and test checks before each commit:

  • Prettier format check (npm run format:check)
  • ESLint linting (npm run lint)
  • Vitest tests (npm test -- --run)

This ensures code quality by catching issues locally before they reach CI.

Configured Husky to run format, lint, and test checks before each commit:
- Prettier format check (npm run format:check)
- ESLint linting (npm run lint)
- Vitest tests (npm test -- --run)

This ensures code quality by catching issues locally before they reach CI.
@danielway danielway merged commit 764aa8a into master Nov 15, 2025
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.

3 participants