Commit ·
c0ff8fe
1
Parent(s): c029198
Delete .husky
Browse files- .husky/commit-msg +0 -4
- .husky/pre-commit +0 -4
.husky/commit-msg
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
#!/usr/bin/env sh
|
| 2 |
-
. "$(dirname -- "$0")/_/husky.sh"
|
| 3 |
-
|
| 4 |
-
npx --no -- commitlint --edit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.husky/pre-commit
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
#!/usr/bin/env sh
|
| 2 |
-
. "$(dirname -- "$0")/_/husky.sh"
|
| 3 |
-
|
| 4 |
-
npx lint-staged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|