front-hub/.husky/pre-commit

6 lines
89 B
Plaintext
Raw Normal View History

2023-11-05 23:33:40 +00:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn eslint . --fix
yarn type-check