waku-react-native/lefthook.yml
Richard Ramos f525e7368d
chore: upgrade react native and target android 31 (#7)
* chore: upgrade react native and target android 31
* chore: add IOS files
2022-08-29 11:31:45 -04:00

17 lines
360 B
YAML

pre-commit:
parallel: true
commands:
lint:
files: git diff --name-only @{push}
glob: "*.{js,ts,jsx,tsx}"
run: npx eslint {files}
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