chore: format files with Prettier 3

This commit is contained in:
Eric Liu 2024-11-11 21:27:04 -08:00
commit 8e996dc683
391 changed files with 3725 additions and 3785 deletions

View file

@ -85,9 +85,9 @@
<img
style:width="100%"
{...$$restProps}
src="{src}"
alt="{alt}"
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
{src}
{alt}
transition:fade|local={{ duration: fadeIn ? fast02 : 0 }}
/>
{/if}
{/key}
@ -95,7 +95,7 @@
<slot name="error" />
{/if}
{:else}
<AspectRatio ratio="{ratio}">
<AspectRatio {ratio}>
{#if loading}
<slot name="loading" />
{/if}
@ -104,9 +104,9 @@
<img
style:width="100%"
{...$$restProps}
src="{src}"
alt="{alt}"
transition:fade|local="{{ duration: fadeIn ? fast02 : 0 }}"
{src}
{alt}
transition:fade|local={{ duration: fadeIn ? fast02 : 0 }}
/>
{/if}
{/key}