Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
chore: fix Git Hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 13, 2022
1 parent a27000d commit 0d763ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 249 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

commitlint --edit "$1"
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run format
248 changes: 0 additions & 248 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"@netlify/eslint-config-node": "^4.1.2",
"ava": "^3.0.0",
"from2-string": "^1.1.0",
"husky": "^4.3.8",
"nock": "^13.0.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
Expand Down

0 comments on commit 0d763ad

Please sign in to comment.