4 changed files with 2188 additions and 94 deletions
@ -0,0 +1,4 @@
|
||||
#!/bin/sh |
||||
. "$(dirname "$0")/_/husky.sh" |
||||
|
||||
npm run commit-msg |
@ -0,0 +1,3 @@
|
||||
module.exports = { |
||||
extends: ['@commitlint/config-conventional'], |
||||
} |
Loading…
Reference in new issue