mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-13 01:54:15 +00:00
17 lines
360 B
YAML
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
|