Brian Sztamfater c8dab9a4b1 chore: initial commit
Signed-off-by: Brian Sztamfater <brian@status.im>
2023-05-04 16:10:08 -03: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