* change(android): added android support * change(git): Remove .yarn from version control * change(git): Remove .yarn from version control * change(rn-tracker): android view fixes * change(tracker): yarn * fix rn: fix ios config for react native * ios source changes * change(lib): tracker manager * change(lib): layout fixes * change(lib): layout fixes * fix default api endp --------- Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
14 lines
283 B
YAML
14 lines
283 B
YAML
pre-commit:
|
|
parallel: true
|
|
commands:
|
|
lint:
|
|
glob: "*.{js,ts,jsx,tsx}"
|
|
run: npx eslint {staged_files}
|
|
types:
|
|
glob: "*.{js,ts, jsx, tsx}"
|
|
run: npx tsc --noEmit
|
|
commit-msg:
|
|
parallel: true
|
|
commands:
|
|
commitlint:
|
|
run: npx commitlint --edit
|