Skip to content

Commit

Permalink
style: lint commit messages (#28)
Browse files Browse the repository at this point in the history
closes #27
  • Loading branch information
lsndr authored Sep 2, 2023
1 parent ac0db97 commit 9960945
Show file tree
Hide file tree
Showing 4 changed files with 1,862 additions and 148 deletions.
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}
1 change: 1 addition & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
Loading

0 comments on commit 9960945

Please sign in to comment.