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,25 +1,25 @@
<script lang="ts">
import { Popover } from "carbon-components-svelte";
import { Popover } from "carbon-components-svelte";
export let open = false;
export let align:
| "top"
| "top-left"
| "top-right"
| "bottom"
| "bottom-left"
| "bottom-right"
| "left"
| "left-bottom"
| "left-top"
| "right"
| "right-bottom"
| "right-top" = "top";
export let caret = false;
export let light = false;
export let highContrast = false;
export let relative = false;
export let closeOnOutsideClick = false;
export let open = false;
export let align:
| "top"
| "top-left"
| "top-right"
| "bottom"
| "bottom-left"
| "bottom-right"
| "left"
| "left-bottom"
| "left-top"
| "right"
| "right-bottom"
| "right-top" = "top";
export let caret = false;
export let light = false;
export let highContrast = false;
export let relative = false;
export let closeOnOutsideClick = false;
</script>
<div data-testid="parent">