crash repro attempt #1610
branch-validation.yml
on: push
👮♂️ Typecheck, Healthcheck, Lint and Format
1m 10s
Annotations
7 errors
|
👮♂️ Typecheck, Healthcheck, Lint and Format
Process completed with exit code 1.
|
|
👮♂️ Typecheck, Healthcheck, Lint and Format
react-native-magic-modal#lint: command (/home/runner/work/react-native-magic-modal/react-native-magic-modal/packages/modal) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
|
👮♂️ Typecheck, Healthcheck, Lint and Format:
packages/modal/src/hooks/useSafeModalNavigation.ts#L9
Prefer using arrow functions over plain functions
|
|
👮♂️ Typecheck, Healthcheck, Lint and Format:
packages/modal/src/components/MagicModal.android.tsx#L79
Unnecessary conditional, the types have no overlap
|
|
👮♂️ Typecheck, Healthcheck, Lint and Format:
packages/modal/src/components/MagicModal.android.tsx#L79
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
|
👮♂️ Typecheck, Healthcheck, Lint and Format:
packages/modal/src/components/MagicModal.android.tsx#L78
Unnecessary conditional, the types have no overlap
|
|
👮♂️ Typecheck, Healthcheck, Lint and Format:
packages/modal/src/components/MagicModal.android.tsx#L78
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|