forked from swathipoojary11/VictoryCoders_Final
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlint_errors.txt
More file actions
58 lines (40 loc) · 8.78 KB
/
lint_errors.txt
File metadata and controls
58 lines (40 loc) · 8.78 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
49
50
51
52
53
54
55
56
57
58
> templeverse-coastal-temples@1.0.0 lint
> eslint .
C:\TempleSite\VictoryCoders_Final\frontend\src\components\EducationSection.tsx
64:6 warning React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps
C:\TempleSite\VictoryCoders_Final\frontend\src\components\FavoriteButton.tsx
58:21 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
C:\TempleSite\VictoryCoders_Final\frontend\src\components\TempleDetailPanel.tsx
12:53 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
53:9 error 'baseId' is never reassigned. Use 'const' instead prefer-const
C:\TempleSite\VictoryCoders_Final\frontend\src\components\TempleReviews.tsx
29:6 warning React Hook useEffect has a missing dependency: 'loadReviews'. Either include it or remove the dependency array react-hooks/exhaustive-deps
63:21 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
82:21 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\badge.tsx
29:17 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\button.tsx
47:18 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\command.tsx
24:11 error An interface declaring no members is equivalent to its supertype @typescript-eslint/no-empty-object-type
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\form.tsx
129:10 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\navigation-menu.tsx
111:3 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\sidebar.tsx
636:3 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\sonner.tsx
27:19 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\textarea.tsx
5:18 error An interface declaring no members is equivalent to its supertype @typescript-eslint/no-empty-object-type
C:\TempleSite\VictoryCoders_Final\frontend\src\components\ui\toggle.tsx
37:18 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\context\AuthContext.tsx
41:5 error Unnecessary try/catch wrapper no-useless-catch
52:5 error Unnecessary try/catch wrapper no-useless-catch
85:14 warning 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
C:\TempleSite\VictoryCoders_Final\frontend\src\context\LanguageContext.tsx
116:17 warning 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
Γ£û 20 problems (9 errors, 11 warnings)
1 error and 0 warnings potentially fixable with the `--fix` option.