Skip to content

Commit

Permalink
feat: Add commitlint library
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanasCry committed Jul 30, 2023
1 parent b7e3afc commit 428981d
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm run test
npx --no-install commitlint --edit "$1"

0 comments on commit 428981d

Please sign in to comment.