diff options
Diffstat (limited to '.husky')
| -rwxr-xr-x | .husky/pre-commit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 0000000..a03ddbc --- /dev/null +++ b/.husky/pre-commit | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | . "$(dirname "$0")/_/husky.sh" | ||
| 3 | |||
| 4 | # Format using prettier | ||
| 5 | make fmt.write | ||
