react-native-tabeller/lefthook.yml

15 lines
274 B
YAML
Raw Permalink Normal View History

2025-03-08 19:33:22 +00:00
pre-commit:
parallel: true
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {staged_files}
types:
glob: "*.{js,ts, jsx, tsx}"
run: npx tsc
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit