Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
feat: added husky for safety commit-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
iiian committed Feb 13, 2022
1 parent 34c3c1d commit 251b83a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"

0 comments on commit 251b83a

Please sign in to comment.