mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-12 17:44:13 +00:00
3c3cbe3527
* Migrated code to typescript thanks to @YanislavSpaceIQ * Refactored everything to use https://github.com/callstack/react-native-builder-bob * Fix podfile dependency on "React" * Fix build.gradle issues with jcenter Co-authored-by: YanisSpaceIQ <yanislav.konashchuk@spaceiq.com>
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
|