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