-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathfinal_lint_check.txt
More file actions
30 lines (22 loc) · 4.08 KB
/
final_lint_check.txt
File metadata and controls
30 lines (22 loc) · 4.08 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
29
30
> 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
17:31 error Replace `⏎··GasEstimate,⏎··WalletConnection,⏎` with `·GasEstimate,·WalletConnection·` prettier/prettier
34:7 warning Unexpected console statement no-console
50:6 warning React Hook useEffect has a missing dependency: 'loadWalletData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
56:6 warning React Hook useEffect has a missing dependency: 'estimateGas'. Either include it or remove the dependency array react-hooks/exhaustive-deps
201: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
Γ£û 12 problems (3 errors, 9 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.