Skip to content

Commit

Permalink
chore: add commitlint with husky
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Dec 6, 2020
1 parent 6303545 commit 153eb1a
Show file tree
Hide file tree
Showing 4 changed files with 843 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
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 153eb1a

Please sign in to comment.