hippo4j/threadpool/console-new/.husky/pre-commit

5 lines
85 B

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
echo "pre-commit";
npm run lint;