Skip to content

Commit

Permalink
Merge pull request #19 from CasuallyCaffeinated/feat#3_integrate-husk…
Browse files Browse the repository at this point in the history
…y-commitlint

Feat#3_integrate-husky-commitlint
  • Loading branch information
OleDakotaJoe authored Mar 1, 2022
2 parents 3bc4f4f + f962c5c commit 34fc970
Show file tree
Hide file tree
Showing 4 changed files with 2,027 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
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
Loading

0 comments on commit 34fc970

Please sign in to comment.