Files
cureselect-weighingscale-sdk/lefthook.yml
T

17 lines
276 B
YAML
Raw Normal View History

2025-12-16 14:54:44 +05:30
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