Skip to content

Commit

Permalink
chore: adding husky
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagozulato committed May 8, 2022
1 parent 065d68f commit b1c4ab4
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 75 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

0 comments on commit b1c4ab4

Please sign in to comment.