Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from Fdawgs/build/husky
Browse files Browse the repository at this point in the history
build(deps-dev): bump husky from 4.3.8 to 6.0.0
  • Loading branch information
Fdawgs committed Mar 29, 2021
2 parents fd00413 + d2b385b commit 51c19e5
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 227 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ updates:
include: scope
prefix: build
directory: /
ignore:
- dependency-name: "husky"
versions: ["5.x"]
schedule:
interval: monthly
open-pull-requests-limit: 25
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
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"

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

npm run lint:prettier:ci && npm test
122 changes: 4 additions & 118 deletions package-lock.json

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

0 comments on commit 51c19e5

Please sign in to comment.