Merge pull request #82 from hackclub/codeowners #129
Annotations
8 errors and 9 warnings
Run ESLint:
src/Navigator.tsx#L180
'route' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint:
src/pages/index.tsx#L3
'useFocusEffect' is defined but never used
|
Run ESLint:
src/pages/index.tsx#L216
'reloadOrganizations' is assigned a value but never used
|
Run ESLint:
src/pages/index.tsx#L219
'reloadInvitations' is assigned a value but never used
|
Run ESLint:
src/pages/index.tsx#L222
'mutate' is assigned a value but never used
|
Run ESLint:
src/pages/organization/AccountNumber.tsx#L11
There should be at least one empty line between import groups
|
Run ESLint:
src/pages/organization/AccountNumber.tsx#L12
`expo-constants` import should occur before import of `react`
|
Run ESLint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ESLint:
src/cacheProvider.ts#L16
Unexpected console statement
|
Run ESLint:
src/cacheProvider.ts#L25
Unexpected console statement
|
Run ESLint:
src/components/PaymentCard.tsx#L80
React Hook useEffect has missing dependencies: 'card.id', 'onCardLoad', 'svgHeight', and 'svgWidth'. Either include them or remove the dependency array. If 'onCardLoad' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run ESLint:
src/pages/Invitation.tsx#L46
React Hook useEffect has a missing dependency: 'navigation'. Either include it or remove the dependency array
|
Run ESLint:
src/pages/card.tsx#L65
React Hook useEffect has a missing dependency: 'navigation'. Either include it or remove the dependency array
|
Run ESLint:
src/pages/index.tsx#L231
React Hook useEffect has a missing dependency: 'fetcher'. Either include it or remove the dependency array
|
Run ESLint:
src/pages/login.tsx#L69
React Hook useEffect has missing dependencies: 'request' and 'setToken'. Either include them or remove the dependency array
|
Run ESLint:
src/pages/organization/AccountNumber.tsx#L88
React Hook useEffect has a missing dependency: 'navigation'. Either include it or remove the dependency array
|
Loading