Skip to content

Commit 8055273

Browse files
renovate[bot]renovate-botjdbruijn
authored
chore(deps): update dependency husky to v5 (#139)
* chore(deps): update dependency husky to v5 * fix: move husky configuration to shell scripts, as per husky v5 documentation Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jeroen de Bruijn <[email protected]>
1 parent e5a4e36 commit 8055273

File tree

6 files changed

+29
-450
lines changed

6 files changed

+29
-450
lines changed

.github/husky/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.github/husky/commit-msg

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
npx --no-install commitlint --edit "${1}"

.github/husky/pre-commit

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
npx --no-install lint-staged

.huskyrc.js

-6
This file was deleted.

0 commit comments

Comments
 (0)