Skip to content

Commit

Permalink
Merge pull request #147 from elycruz/dev
Browse files Browse the repository at this point in the history
feat: commitlint-and-husky - Adds commitlint pre-commit hook
  • Loading branch information
elycruz authored Jul 6, 2024
2 parents a506ab4 + 70bd1b5 commit 7a15300
Show file tree
Hide file tree
Showing 5 changed files with 1,147 additions and 2 deletions.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm run commitlint ${1}
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm test
1 change: 1 addition & 0 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default { extends: ['@commitlint/config-conventional'] };
Loading

0 comments on commit 7a15300

Please sign in to comment.