diff options
Diffstat (limited to '.config/husky')
| -rw-r--r-- | .config/husky/.gitignore | 1 | ||||
| -rw-r--r-- | .config/husky/pre-commit | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/husky/.gitignore b/.config/husky/.gitignore new file mode 100644 index 0000000..c9cdc63 --- /dev/null +++ b/.config/husky/.gitignore @@ -0,0 +1 @@ +_
\ No newline at end of file diff --git a/.config/husky/pre-commit b/.config/husky/pre-commit new file mode 100644 index 0000000..101f7b9 --- /dev/null +++ b/.config/husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +yarn lint
\ No newline at end of file |