Skip to content

Commit

Permalink
fix: add commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jul 28, 2022
1 parent 1c6fbcc commit b95656d
Show file tree
Hide file tree
Showing 4 changed files with 10,223 additions and 16 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 commitlint --edit
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 b95656d

Please sign in to comment.