fix: redirect #197
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint-ts.yml
on: push
Lint TS (eslint, prettier)
42s
Annotations
8 errors and 10 warnings
Lint TS (eslint, prettier):
src/screens/login/recover-password-screen.tsx#L41
'setEmailRecover' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint TS (eslint, prettier):
src/screens/profile/stadistics-screen.tsx#L82
React Hook useEffect has missing dependencies: 'currentUser' and 'fetchAccountStats'. Either include them or remove the dependency array
|
Lint TS (eslint, prettier):
src/screens/profile/stadistics-screen.tsx#L132
React Hook useCallback has a missing dependency: 'snapStatistics'. Either include it or remove the dependency array
|
Lint TS (eslint, prettier):
src/screens/profile/stadistics-screen.tsx#L189
React Hook useCallback has a missing dependency: 'accountStatistics'. Either include it or remove the dependency array
|
Lint TS (eslint, prettier):
src/screens/profile/verify-screen.tsx#L41
'response' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint TS (eslint, prettier):
src/screens/profile/verify-screen.tsx#L72
'setValue' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint TS (eslint, prettier):
src/screens/profile/verify-screen.tsx#L76
'user' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint TS (eslint, prettier)
Process completed with exit code 1.
|
Lint TS (eslint, prettier):
src/navigation/feed-navigator.tsx#L42
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “FeedNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
Lint TS (eslint, prettier):
src/navigation/signin-complete.tsx#L197
Inline style: { color: '#CCC' }
|
Lint TS (eslint, prettier):
src/screens/login/recover-password-screen.tsx#L50
'React' must be in scope when using JSX
|
Lint TS (eslint, prettier):
src/screens/login/recover-password-screen.tsx#L51
'React' must be in scope when using JSX
|
Lint TS (eslint, prettier):
src/screens/login/recover-password-screen.tsx#L55
'React' must be in scope when using JSX
|
Lint TS (eslint, prettier):
src/screens/login/recover-password-screen.tsx#L62
'React' must be in scope when using JSX
|
Lint TS (eslint, prettier):
src/screens/login/recover-password-screen.tsx#L69
'React' must be in scope when using JSX
|
|
Lint TS (eslint, prettier):
src/screens/notifications/notification-card.tsx#L189
'React' must be in scope when using JSX
|
Lint TS (eslint, prettier):
src/screens/notifications/notification-card.tsx#L190
'React' must be in scope when using JSX
|