waku-react-native/lefthook.yml
2023-01-03 14:28:40 -04:00

13 lines
246 B
YAML

pre-commit:
parallel: true
commands:
types:
files: git diff --name-only @{push}
glob: "*.{js,ts, jsx, tsx}"
run: npx tsc --noEmit
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit