fix eslint issues #20
lint.yml
on: pull_request
Frontend ESLint and TS
43s
Backend Ruff and mypy
8s
Annotations
1 error and 10 warnings
|
Backend Ruff and mypy
Process completed with exit code 1.
|
|
Frontend ESLint and TS:
app/routes/landing.tsx#L522
Do not use Array index in keys
|
|
Frontend ESLint and TS:
app/routes/landing.tsx#L402
React Hook useEffect has a missing dependency: 'features.length'. Either include it or remove the dependency array
|
|
Frontend ESLint and TS:
app/routes/home.tsx#L356
React Hook useCallback has a missing dependency: 'getMediaBinItems'. Either include it or remove the dependency array
|
|
Frontend ESLint and TS:
app/root.tsx#L105
Dangerous property 'dangerouslySetInnerHTML' found
|
|
Frontend ESLint and TS:
app/hooks/useTimeline.ts#L252
React Hook useCallback has a missing dependency: 'snapshotTimeline'. Either include it or remove the dependency array
|
|
Frontend ESLint and TS:
app/hooks/useMediaBin.ts#L299
React Hook useCallback has a missing dependency: 'projectId'. Either include it or remove the dependency array
|
|
Frontend ESLint and TS:
app/components/ui/ProfileMenu.tsx#L53
React Hook React.useEffect has a missing dependency: 'limitBytes'. Either include it or remove the dependency array
|
|
Frontend ESLint and TS:
app/NotFound.tsx#L269
Do not use Array index in keys
|
|
Frontend ESLint and TS:
app/NotFound.tsx#L159
Do not use Array index in keys
|
|
Frontend ESLint and TS:
app/NotFound.tsx#L86
Do not use Array index in keys
|