Skip to content

build

build #5

Triggered via push November 23, 2024 00:20
Status Failure
Total duration 1m 43s
Billable time 1m
Artifacts

eslint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
eslint: src/screens/MainScreen.tsx#L9
'user' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
eslint: src/screens/NotificationsScreen.tsx#L7
'notifications' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
eslint
Process completed with exit code 1.
eslint: src/screens/LoginScreen.tsx#L84
'phone' is already declared in the upper scope on line 20 column 10
eslint: src/screens/NotificationsScreen.tsx#L11
'notifications' is already declared in the upper scope on line 7 column 10
eslint: src/screens/PaymentsHistoryScreen.tsx#L5
'React' must be in scope when using JSX