Skip to content

chore: fix eslint errors #37

chore: fix eslint errors

chore: fix eslint errors #37

Triggered via pull request December 19, 2025 18:45
Status Cancelled
Total duration 45s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
PR
The run was canceled by @autofix-ci[bot].
PR
The operation was canceled.
PR: src/routes/admin/users.tsx#L46
'User' is already defined
PR: src/routes/admin/roles.$roleId.tsx#L19
'User' is already defined
PR: src/components/FeedEntry.tsx#L43
'FeedEntry' is already defined
PR
The run was canceled by @autofix-ci[bot].
PR: src/components/ThemeProvider.tsx#L9
'resolvedThemeSchema' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/NpmStatsChart.tsx#L73
The ref value 'plotRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'plotRef.current' to a variable inside the effect, and use that variable in the cleanup function