node-config/.husky/pre-commit

6 lines
109 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Check all files with Prettier.
npx prettier --check .