-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis.log
More file actions
43 lines (30 loc) · 3.28 KB
/
analysis.log
File metadata and controls
43 lines (30 loc) · 3.28 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
> portfolio@0.0.0 lint
> eslint .
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\FlipWords.jsx
2:8 error 'React' is defined but never used no-unused-vars
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\HeroText.jsx
21:15 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
65:16 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\Particles.jsx
2:8 error 'React' is defined but never used no-unused-vars
92:6 warning React Hook useEffect has missing dependencies: 'animate' and 'initCanvas'. Either include them or remove the dependency array react-hooks/exhaustive-deps
96:6 warning React Hook useEffect has a missing dependency: 'onMouseMove'. Either include it or remove the dependency array react-hooks/exhaustive-deps
100:6 warning React Hook useEffect has a missing dependency: 'initCanvas'. Either include it or remove the dependency array react-hooks/exhaustive-deps
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\Project.jsx
1:8 error 'React' is defined but never used no-unused-vars
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\ProjectDetails.jsx
28:41 error 'index' is defined but never used no-unused-vars
29:13 error Missing "key" prop for element in iterator react/jsx-key
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\Timeline.jsx
3:8 error 'React' is defined but never used no-unused-vars
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\components\globe.jsx
71:17 warning Assignments to the 'width' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect react-hooks/exhaustive-deps
83:49 warning Assignments to the 'phi' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect react-hooks/exhaustive-deps
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\sections\About.jsx
20:42 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
83:16 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
C:\Users\sseja\Downloads\aadi-portfolio-main\aadi-portfolio-main\src\sections\Contact.jsx
65:43 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
67:24 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
68:63 error `'` can be escaped with `'`, `‘`, `'`, `’` react/no-unescaped-entities
Γ£û 18 problems (13 errors, 5 warnings)