Spaces:
Running
Running
xiao
commited on
Commit
•
2d27aa2
1
Parent(s):
1c50d54
初始化
Browse files- .husky/pre-commit +4 -0
.husky/pre-commit
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/usr/bin/env sh
|
2 |
+
. "$(dirname -- "$0")/_/husky.sh"
|
3 |
+
|
4 |
+
npx lint-staged
|