diff options
| author | Uri Shaked | 2021-05-29 22:55:41 +0300 |
|---|---|---|
| committer | Uri Shaked | 2021-05-29 22:55:41 +0300 |
| commit | 5f711e1a016aae0f59144834eb191e1aff4abce2 (patch) | |
| tree | f8eea3d8b29c625a811134f6d1aac78490e54213 /.husky | |
| parent | Merge pull request #92 from wokwi/dependabot/npm_and_yarn/browserslist-4.16.6 (diff) | |
| download | avr8js-5f711e1a016aae0f59144834eb191e1aff4abce2.tar.gz avr8js-5f711e1a016aae0f59144834eb191e1aff4abce2.tar.bz2 avr8js-5f711e1a016aae0f59144834eb191e1aff4abce2.zip | |
chore(deps): husky 6.0.0
Diffstat (limited to '')
| -rw-r--r-- | .husky/.gitignore | 1 | ||||
| -rw-r--r-- | .husky/pre-commit | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.husky/.gitignore b/.husky/.gitignore new file mode 100644 index 0000000..31354ec --- /dev/null +++ b/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..36af219 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npx lint-staged |
