Skip to content

Commit

Permalink
chore: upgrade all devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 4, 2022
1 parent 39b8215 commit b6456b0
Show file tree
Hide file tree
Showing 5 changed files with 8,513 additions and 11,194 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-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm t && lint-staged
Loading

0 comments on commit b6456b0

Please sign in to comment.