Feat/user profile post route/jared rudraksh #15
Annotations
9 errors and 8 warnings
Run npm ci:
frontend/src/app/index.tsx#L3
'StatusBar' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm ci:
frontend/src/app/index.tsx#L3
'Text' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm ci:
frontend/src/app/index.tsx#L3
'View' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm ci:
frontend/src/app/index.tsx#L18
'styles' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run npm ci:
frontend/src/app/pages/editProfile.tsx#L98
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Run npm ci:
frontend/src/app/pages/editProfile.tsx#L107
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Run npm ci:
frontend/src/app/pages/editProfile.tsx#L116
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Run npm ci:
frontend/src/app/pages/internetError.tsx#L6
'OrangeMascot' is defined but never used. Allowed unused vars must match /^_/u
|
Run npm ci
Process completed with exit code 1.
|
Run npm ci:
frontend/App.tsx#L6
'styles' was used before it was defined
|
Run npm ci:
frontend/App.tsx#L7
'styles' was used before it was defined
|
Run npm ci:
frontend/src/app/index.tsx#L5
There should be at least one empty line between import groups
|
Run npm ci:
frontend/src/app/index.tsx#L6
`./pages/editProfile` import should occur before import of `@/constants/colors`
|
Run npm ci:
frontend/src/app/pages/editProfile.tsx#L2
Member 'TextInput' of the import declaration should be sorted alphabetically
|
Run npm ci:
frontend/src/app/pages/editProfile.tsx#L3
There should be at least one empty line between import groups
|
Run npm ci:
frontend/src/app/pages/editProfile.tsx#L3
`expo-router` import should occur before import of `react`
|
Run npm ci:
frontend/src/app/pages/internetError.tsx#L2
Member 'Button' of the import declaration should be sorted alphabetically
|
Loading