feat(admin): sidebar #191
Annotations
7 errors and 1 warning
lint:
src/lib/components/ImageView/ImageView.svelte#L97
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/components/Modal/Modal.svelte#L41
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/components/Navbar.svelte#L29
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
src/lib/components/Tabs/TabsTrigger.svelte#L39
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
src/routes/document/[id]/+page.svelte#L45
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint:
src/routes/stat/[id]/+page.svelte#L45
Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`(element_invalid_self_closing_tag)
|
lint
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|