28 lines
3.5 KiB
Text
28 lines
3.5 KiB
Text
|
|
> kv-netflix@0.0.0 lint
|
|
> eslint .
|
|
|
|
|
|
C:\Users\Admin\Documents\Streamflow\frontend-react\src\components\MovieRow.tsx
|
|
70:8 warning React Hook useEffect has a missing dependency: 'title'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
|
|
C:\Users\Admin\Documents\Streamflow\frontend-react\src\context\ThemeContext.tsx
|
|
37: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
|
|
|
|
C:\Users\Admin\Documents\Streamflow\frontend-react\src\hooks\useWatchMovie.ts
|
|
107:23 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
113:52 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
127:26 error 'err' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\Users\Admin\Documents\Streamflow\frontend-react\src\pages\Watch.tsx
|
|
49:8 warning React Hook useEffect has a missing dependency: 'addToHistory'. Either include it or remove the dependency array react-hooks/exhaustive-deps
|
|
|
|
C:\Users\Admin\Documents\Streamflow\frontend-react\src\themes\apple\WatchPage.tsx
|
|
14:49 error React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render react-hooks/rules-of-hooks
|
|
138:55 error 'idx' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
C:\Users\Admin\Documents\Streamflow\frontend-react\src\themes\default\WatchPage.tsx
|
|
150:55 error 'idx' is defined but never used @typescript-eslint/no-unused-vars
|
|
|
|
Γ£û 9 problems (7 errors, 2 warnings)
|
|
|