Skip to content

Commit

Permalink
Merge pull request #146 from elycruz/issue-#144,#145/commitlint
Browse files Browse the repository at this point in the history
Issue #144,#145/commitlint
  • Loading branch information
elycruz committed Jul 6, 2024
2 parents 8bc12bc + 2dcec5e commit 70bd1b5
Show file tree
Hide file tree
Showing 12 changed files with 1,147 additions and 34 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 70bd1b5

Please sign in to comment.