Skip to content

Commit

Permalink
feat: add husky and commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
emberist committed Sep 21, 2022
1 parent 0b2b27e commit 0be8013
Show file tree
Hide file tree
Showing 5 changed files with 529 additions and 17,648 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 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx commitlint --edit $1
Loading

0 comments on commit 0be8013

Please sign in to comment.