Skip to content

Commit

Permalink
Merge pull request #102 from Jordan-Loeser/commitizen
Browse files Browse the repository at this point in the history
chore(commitizen): enforce angular commit message convention
  • Loading branch information
jordan-loeser authored Jan 17, 2024
2 parents 73ea5d4 + 5bad1be commit d45ddc9
Show file tree
Hide file tree
Showing 5 changed files with 7,222 additions and 2,481 deletions.
3 changes: 3 additions & 0 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@commitlint/config-conventional"
}
3 changes: 3 additions & 0 deletions .czrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "@commitlint/cz-commitlint"
}
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 --no -- commitlint --edit ${1}
Loading

0 comments on commit d45ddc9

Please sign in to comment.