-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathlint_final_error.txt
More file actions
28 lines (20 loc) · 3.61 KB
/
lint_final_error.txt
File metadata and controls
28 lines (20 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
> subtrackr@1.0.0 lint
> eslint . --ext .ts,.tsx
C:\Users\pc\drips\SubTrackr\src\hooks\useNotifications.ts
56:6 warning React Hook useEffect has a missing dependency: 'refreshPermission'. Either include it or remove the dependency array react-hooks/exhaustive-deps
C:\Users\pc\drips\SubTrackr\src\screens\CryptoPaymentScreen.tsx
31:7 warning Unexpected console statement no-console
47:6 warning React Hook useEffect has a missing dependency: 'loadWalletData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
53:6 warning React Hook useEffect has a missing dependency: 'estimateGas'. Either include it or remove the dependency array react-hooks/exhaustive-deps
198:8 error 'KeyboardAvoidingView' is not defined react/jsx-no-undef
C:\Users\pc\drips\SubTrackr\src\screens\HomeScreen.tsx
27:5 error 'error' is assigned a value but never used @typescript-eslint/no-unused-vars
C:\Users\pc\drips\SubTrackr\src\screens\WalletConnectScreen.tsx
56:6 warning React Hook useEffect has missing dependencies: 'connectWallet' and 'loadTokenBalances'. Either include them or remove the dependency array react-hooks/exhaustive-deps
62:6 warning React Hook useEffect has a missing dependency: 'loadTokenBalances'. Either include it or remove the dependency array react-hooks/exhaustive-deps
C:\Users\pc\drips\SubTrackr\src\services\walletService.ts
101:7 warning Unexpected console statement no-console
136:7 warning Unexpected console statement no-console
178:11 warning Unexpected console statement no-console
Γ£û 11 problems (2 errors, 9 warnings)