nextui/.husky/pre-commit
2023-03-05 14:45:50 -03:00

10 lines
161 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Avoid excessive outputs
if [ -t 2 ]; then
exec >/dev/tty 2>&1
fi
pnpm lint-staged -c .lintstagedrc.cjs