set up database.sql file for local postgres #70
lint-check.yaml
on: pull_request
Backend check
12s
Frontend check
24s
Annotations
3 errors and 6 warnings
Backend check:
backend/src/googleAuth.ts#L28
Unexpected any. Specify a different type
|
Backend check:
backend/src/googleAuth.ts#L33
Unexpected any. Specify a different type
|
Backend check
Process completed with exit code 1.
|
Frontend check:
frontend/app/(tabs)/Login.tsx#L7
'router' is assigned a value but never used
|
Frontend check:
frontend/app/Dashboard.tsx#L6
'isAuthenticated' is assigned a value but never used
|
Frontend check:
frontend/app/Dashboard.tsx#L6
'setIsAuthenticated' is assigned a value but never used
|
Frontend check:
frontend/app/_layout.tsx#L12
'DashboardPage' is defined but never used
|
Frontend check:
frontend/app/_layout.tsx#L13
'NotAuthorizedPage' is defined but never used
|
Frontend check:
frontend/components/TransactionHistory/FullTransactionHistory.tsx#L3
'FontAwesome' is defined but never used
|