style: 🎨 Run Biome formatter

This commit is contained in:
Jesse Wierzbinski 2026-01-09 21:47:12 +01:00
parent 74c3b26f20
commit 68e23a818a
No known key found for this signature in database
244 changed files with 435 additions and 470 deletions

View file

@ -12,6 +12,6 @@ const { error, formItemId, formDescriptionId, formMessageId } = useFormField();
:aria-describedby="!error ? `${formDescriptionId}` : `${formDescriptionId} ${formMessageId}`"
:aria-invalid="!!error"
>
<slot/>
<slot />
</Slot>
</template>

View file

@ -16,6 +16,6 @@ const { formDescriptionId } = useFormField();
data-slot="form-description"
:class="cn('text-muted-foreground text-sm', props.class)"
>
<slot/>
<slot />
</p>
</template>

View file

@ -14,6 +14,6 @@ provide(FORM_ITEM_INJECTION_KEY, id);
<template>
<div data-slot="form-item" :class="cn('grid gap-2', props.class)">
<slot/>
<slot />
</div>
</template>

View file

@ -20,6 +20,6 @@ const { error, formItemId } = useFormField();
)"
:for="formItemId"
>
<slot/>
<slot />
</Label>
</template>