Skip to content

Commit b2dbf01

Browse files
Remove deprecated lines
1 parent 9714092 commit b2dbf01

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.husky/pre-commit

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

.husky/pre-push

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

0 commit comments

Comments
 (0)