Skip to content

Commit

Permalink
chore: add commit-message lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaaoo committed Sep 12, 2024
1 parent 1d8d528 commit 24932c1
Show file tree
Hide file tree
Showing 4 changed files with 1,786 additions and 259 deletions.
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

npx --no-install commitlint --edit "$1"
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
Loading

0 comments on commit 24932c1

Please sign in to comment.