Skip to content

Commit

Permalink
fix: set up hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Dec 9, 2020
1 parent b2277a9 commit 21580a5
Show file tree
Hide file tree
Showing 4 changed files with 1,094 additions and 1 deletion.
1 change: 1 addition & 0 deletions .huskyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"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 21580a5

Please sign in to comment.