waku-react/.husky/pre-commit
2023-02-21 17:02:09 +01:00

6 lines
91 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint:fix
npm run prettier:fix