Skip to content

Commit

Permalink
Bump husky from 4.3.8 to 5.0.9 (#5147)
Browse files Browse the repository at this point in the history
* Bump husky from 4.3.8 to 5.0.9

Bumps [husky](https://github.com/typicode/husky) from 4.3.8 to 5.0.9.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v4.3.8...v5.0.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Setup husky 5

* commits husky folder, adds npx

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jeddy3 <jeddy3@users.noreply.github.com>
Co-authored-by: Matt Wang <matt@matthewwang.me>
  • Loading branch information
3 people committed Feb 20, 2021
1 parent a48f2ae commit 57c5d89
Show file tree
Hide file tree
Showing 4 changed files with 12,416 additions and 114 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged

0 comments on commit 57c5d89

Please sign in to comment.