Fix build errors #1505
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
static_checks.yml
on: pull_request
typecheck
18s
lint
16s
Annotations
6 errors
|
lint
Process completed with exit code 1.
|
|
lint:
src/ui/page-issue-link.tsx#L1
'onMount' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
src/ui/page-issue-link.tsx#L1
'createSignal' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
src/ui/layout/theme-selector.tsx#L1
'children' is defined but never used. Allowed unused vars must match /^_/u
|
|
typecheck
Process completed with exit code 2.
|
|
typecheck:
app.config.ts#L75
Object literal may only specify known properties, and 'twoSlash' does not exist in type 'Partial<{ frames: Partial<UnresolvedPluginStyleSettings<FramesStyleSettings>>; textMarkers: Partial<UnresolvedPluginStyleSettings<TextMarkersStyleSettings>>; ... 26 more ...; scrollbarThumbHoverColor: UnresolvedStyleValue; }>'.
|