Files
react-native-pubky/lefthook.yml
coreyphillips 08db61d35a chore: upgrade pubky
Upgrade pubky to current main.
Bump package version to 0.4.0.
2024-09-24 20:19:28 -04:00

18 lines
336 B
YAML

pre-commit:
parallel: true
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
exclude:
- "rust/**/*"
run: npx eslint {staged_files}
types:
glob: "*.{js,ts,jsx,tsx}"
exclude: "rust/**/*"
run: npx tsc
commit-msg:
parallel: true
commands:
commitlint:
run: npx commitlint --edit