Locations map #99
frontend.yml
on: pull_request
Build and check
25s
Run eslint
14s
Check code formatting
13s
Run unit tests
12s
Run integration tests
1m 2s
Annotations
10 errors
Run eslint:
frontend/src/lib/components/BaseMap.svelte#L2
'Popup' is defined but never used
|
Run eslint:
frontend/src/lib/components/BaseMap.svelte#L7
There should be at least one empty line between import groups
|
Run eslint:
frontend/src/lib/components/BaseMap.svelte#L18
`$lib/assert` import should occur before import of `$lib/svelte`
|
Run eslint:
frontend/src/lib/components/BaseMap.svelte#L18
'unwrap' is defined but never used
|
Run eslint:
frontend/src/lib/components/MultiMap.svelte#L4
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
Run eslint:
frontend/src/routes/locations/+page.svelte#L12
There should be at least one empty line between import groups
|
Run eslint:
frontend/src/routes/locations/+page.svelte#L13
`$lib/components/MultiMap.svelte` import should occur before import of `$lib/stores`
|
Run eslint:
frontend/src/routes/locations/+page.svelte#L14
`$lib/components/map` type import should occur before import of `$lib/stores`
|
Run eslint:
frontend/src/routes/locations/+page.svelte#L14
'Coordinates' is defined but never used
|
Run eslint:
frontend/src/routes/locations/+page.svelte#L15
`$lib` import should occur before import of `$lib/api`
|