Skip to content

Commit 96d8922

Browse files
fix: update dependencies
1 parent 198a1a4 commit 96d8922

File tree

5 files changed

+15573
-478
lines changed

5 files changed

+15573
-478
lines changed

.husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/commit-msg

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if ! [ $CI ]; then
2+
npx --no-install commitlint --edit $1 --extends @commitlint/config-conventional
3+
fi

.husky/pre-commit

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if ! [ $CI ]; then
2+
npm run lint
3+
fi

0 commit comments

Comments
 (0)