Skip to content

Enforce conventional commit messages with husky and commitlint #792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025

Conversation

jcouball
Copy link
Member

  • Add steps to bin/setup to install husky and the commitlint npm packages
  • Configure husky to run commitlint via the commit-msg hook
  • Add commitlint configuration based on my specific preferences
  • Add npm specific files (node_modules/, package-lock.json) to .gitignore

This partially addresses issue #791.

- Add steps to bin/setup to install husky and the commitlint npm packages
- Configure husky to run commitlint via the commit-msg hook
- Add commitlint configuration based on my specific preferences
- Add npm specific files (node_modules/, package-lock.json) to .gitignore
@jcouball jcouball merged commit 7ebe0f8 into master May 15, 2025
7 checks 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.

1 participant