Skip to content

Commit

Permalink
feat: issue-#143 - add commitlint
Browse files Browse the repository at this point in the history
- Added 'husky', and 'commitlint'
  dev-deps.
- Ran 'npx husky init' (which
  in-turn, creates initial
  'pre-commit' hook).
  • Loading branch information
elycruz committed Jul 6, 2024
1 parent 8bc12bc commit 0450a95
Show file tree
Hide file tree
Showing 4 changed files with 1,144 additions and 1 deletion.
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 0450a95

Please sign in to comment.