1
0

chore: add husky for commit message lint

This commit is contained in:
a.bouhuolia
2023-02-07 20:24:44 +02:00
parent 68e61429aa
commit 2e3b2cbf92
6 changed files with 22380 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn commitlint --edit
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"