feat: add docker image #8
ci.yml
on: pull_request
Run svelte-check
21s
Lint
22s
Annotations
10 errors and 10 warnings
Lint:
src/hooks.server.ts#L8
'BACKEND_URL' is assigned a value but never used
|
Lint:
src/lib/components/home-items.svelte#L16
Unexpected any. Specify a different type
|
Lint:
src/lib/components/media-item.svelte#L2
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/array-field.svelte#L20
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/array-field.svelte#L27
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/checkbox-field.svelte#L22
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/checkbox-field.svelte#L30
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/number-field.svelte#L22
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/number-field.svelte#L30
Unexpected any. Specify a different type
|
Lint:
src/lib/forms/components/text-field.svelte#L22
Unexpected any. Specify a different type
|
Lint:
src/lib/components/header.svelte#L5
'X' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/header.svelte#L5
'Command' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/header.svelte#L7
'clsx' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/header.svelte#L36
'toggleNavbar' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/home-items.svelte#L5
'Languages' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/home-items.svelte#L6
'Play' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/home-items.svelte#L7
'Info' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/home-items.svelte#L8
'Flame' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/home-items.svelte#L10
'Tv' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|
Lint:
src/lib/components/home-items.svelte#L11
'Sparkle' is defined but never used. Allowed unused vars must match /^\$\$(Props|Events|Slots|Generic)$/u
|