Skip to content

Commit a81ee9e

Browse files
committed
Add husky
1 parent b68b2b6 commit a81ee9e

File tree

3 files changed

+1267
-39
lines changed

3 files changed

+1267
-39
lines changed

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run lint-staged

0 commit comments

Comments
 (0)