Massive/.husky/pre-commit
Brandon Presley d040a2574d Remove tsc from husky pre-commit
Since I run the metro server while developing,
errors will be immediately apparent while writing.
2022-09-20 12:41:29 +12:00

6 lines
70 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
set -x
yarn lint