feat: library stat pages #48
Annotations
4 errors and 10 warnings
|
PR
Process completed with exit code 1.
|
|
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:
src/routes/stats/npm/index.tsx#L24
'facetOptions' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/routes/$libraryId/$version.docs.npm-stats.tsx#L26
'facetOptions' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
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/NpmStatsSummaryBar.tsx#L8
'TrendingUp' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/NpmStatsSummaryBar.tsx#L8
'Calendar' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/NpmStatsSummaryBar.tsx#L8
'Download' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/NpmStatsComponent.tsx#L35
'showDataModeSchema' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/NpmStatsComponent.tsx#L34
'binTypeSchema' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/NpmStatsComponent.tsx#L33
'transformModeSchema' is assigned a value but only used as a type. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
|
|
PR:
src/components/FeedFilters.tsx#L139
React Hook React.useEffect has a missing dependency: 'onFiltersChange'. Either include it or remove the dependency array. If 'onFiltersChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|