Skip to content
Triggered via push March 16, 2024 06:49
Status Failure
Total duration 1m 8s
Billable time 2m
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: app/(tabs)/[id].tsx#L1
Parse errors in imported module 'expo-router': Class extends value undefined is not a constructor or null (undefined:undefined)
lint: app/(tabs)/_layout.tsx#L2
Parse errors in imported module 'expo-router': Class extends value undefined is not a constructor or null (undefined:undefined)
lint: app/(tabs)/account.tsx#L12
Parse errors in imported module '../../components/bottomSheet': Class extends value undefined is not a constructor or null (undefined:undefined)
lint: app/(tabs)/account.tsx#L22
React Hook "useRef" is called in function "account" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: app/(tabs)/account.tsx#L23
React Hook "useBottomSheetModal" is called in function "account" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
lint: app/(tabs)/category.tsx#L1
Parse errors in imported module 'expo-router': Class extends value undefined is not a constructor or null (undefined:undefined)
lint: app/(tabs)/index.tsx#L1
Parse errors in imported module 'expo-router': Class extends value undefined is not a constructor or null (undefined:undefined)
lint: app/+html.tsx#L1
Parse errors in imported module 'expo-router/html': Class extends value undefined is not a constructor or null (undefined:undefined)
lint: app/Post.js#L43
React Hook "useState" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
lint: app/[...missing].tsx#L1
Parse errors in imported module 'expo-router': Class extends value undefined is not a constructor or null (undefined:undefined)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: app/(tabs)/_layout.tsx#L19
'colorScheme' is assigned a value but never used
lint: app/(tabs)/account.tsx#L4
'View' is defined but never used
lint: app/(tabs)/category.tsx#L2
'useRef' is defined but never used
lint: app/(tabs)/category.tsx#L4
'View' is defined but never used
lint: app/(tabs)/category.tsx#L6
'Button' is defined but never used
lint: app/(tabs)/index.tsx#L4
'View' is defined but never used
lint: app/Stories.js#L9
Unexpected comma in middle of array
lint: app/Stories.js#L68
Expected '===' and instead saw '=='
lint: app/Stories.js#L115
Expected '===' and instead saw '=='
lint: app/_layout.tsx#L4
'DarkTheme' is defined but never used