Skip to content

Commit

Permalink
chore: lint commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Nov 25, 2023
1 parent 580eba5 commit 24c91ce
Show file tree
Hide file tree
Showing 4 changed files with 5,608 additions and 2,369 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"

npm run lint:commit ${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 24c91ce

Please sign in to comment.