mirror of
https://github.com/status-im/react-native-transparent-video.git
synced 2025-01-09 14:25:50 +00:00
c8dab9a4b1
Signed-off-by: Brian Sztamfater <brian@status.im>
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
|