forked from KaranUnique/CryptoHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlint_errors.txt
More file actions
48 lines (32 loc) · 3.03 KB
/
lint_errors.txt
File metadata and controls
48 lines (32 loc) · 3.03 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
> cryptoplace@0.0.0 lint D:\ECWoC Projects\CryptoHub
> eslint .
D:\ECWoC Projects\CryptoHub\src\components\Blog.jsx
4:10 error 'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
D:\ECWoC Projects\CryptoHub\src\components\Features.jsx
4:10 error 'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
42:6 warning React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps
D:\ECWoC Projects\CryptoHub\src\components\Login.jsx
5:10 error 'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
D:\ECWoC Projects\CryptoHub\src\components\Navbar.jsx
4:10 error 'useTheme' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
20:9 error 'currencies' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
35:9 error 'currencyHandler' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
D:\ECWoC Projects\CryptoHub\src\components\Pricing.jsx
3:10 error 'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
D:\ECWoC Projects\CryptoHub\src\components\Signup.jsx
5:10 error 'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
D:\ECWoC Projects\CryptoHub\src\context\AuthContext.jsx
8:14 error Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components react-refresh/only-export-components
D:\ECWoC Projects\CryptoHub\src\context\CoinContext.jsx
3:14 error Fast refresh only works when a file only exports components. Move your React context(s) to a separate file react-refresh/only-export-components
11:10 error 'isLoading' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
D:\ECWoC Projects\CryptoHub\src\context\LeaderboardContext.jsx
8:14 error Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components react-refresh/only-export-components
D:\ECWoC Projects\CryptoHub\src\context\ThemeContext.jsx
5:14 error Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components react-refresh/only-export-components
D:\ECWoC Projects\CryptoHub\src\pages\Home\Coin\Coin.jsx
56:6 warning React Hook useEffect has missing dependencies: 'fetchCoinData' and 'fetchHistoricalData'. Either include them or remove the dependency array react-hooks/exhaustive-deps
D:\ECWoC Projects\CryptoHub\src\pages\Home\Home.jsx
6:10 error 'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u no-unused-vars
Γ£û 16 problems (14 errors, 2 warnings)
ΓÇëELIFECYCLEΓÇë Command failed with exit code 1.