Skip to content

Commit

Permalink
Merge pull request #20 from tiago154/commitlinter
Browse files Browse the repository at this point in the history
Setting up commitlinter
  • Loading branch information
Íñigo Marquínez committed Oct 6, 2021
2 parents b639b7a + c38cef6 commit 58bc307
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 94 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 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 58bc307

Please sign in to comment.