Run npm run lint

This commit is contained in:
Eric Liu 2025-03-23 11:26:25 -07:00
commit 2031cb7585
480 changed files with 8985 additions and 9048 deletions

View file

@ -1,19 +1,19 @@
<script lang="ts">
import {
StructuredList,
StructuredListBody,
StructuredListHead,
StructuredListCell,
StructuredListRow,
StructuredListInput,
} from "carbon-components-svelte";
import CheckmarkFilled from "carbon-icons-svelte/lib/CheckmarkFilled.svelte";
import type { ComponentProps } from "svelte";
import {
StructuredList,
StructuredListBody,
StructuredListHead,
StructuredListCell,
StructuredListRow,
StructuredListInput,
} from "carbon-components-svelte";
import CheckmarkFilled from "carbon-icons-svelte/lib/CheckmarkFilled.svelte";
import type { ComponentProps } from "svelte";
export let selected: ComponentProps<StructuredList>["selected"] = undefined;
export let condensed: ComponentProps<StructuredList>["condensed"] = false;
export let flush: ComponentProps<StructuredList>["flush"] = false;
export let selection: ComponentProps<StructuredList>["selection"] = false;
export let selected: ComponentProps<StructuredList>["selected"] = undefined;
export let condensed: ComponentProps<StructuredList>["condensed"] = false;
export let flush: ComponentProps<StructuredList>["flush"] = false;
export let selection: ComponentProps<StructuredList>["selection"] = false;
</script>
<StructuredList

View file

@ -1,11 +1,11 @@
<script lang="ts">
import {
StructuredList,
StructuredListBody,
StructuredListHead,
StructuredListCell,
StructuredListRow,
} from "carbon-components-svelte";
import {
StructuredList,
StructuredListBody,
StructuredListHead,
StructuredListCell,
StructuredListRow,
} from "carbon-components-svelte";
</script>
<StructuredList>