add format check, update prettier rules, apply rules consistently

This commit is contained in:
Gregor Vostrak
2025-07-29 18:58:31 +02:00
parent b11672732b
commit cb30487a21
323 changed files with 3728 additions and 5579 deletions

View File

@@ -31,12 +31,7 @@ const indicatorClasses = {
<Badge :name :size :tag :class="props.class" :color :border>
<div
:style="{ backgroundColor: props.color }"
:class="
twMerge(
indicatorClasses[size],
'inline-block rounded-full shrink-0'
)
"></div>
:class="twMerge(indicatorClasses[size], 'inline-block rounded-full shrink-0')"></div>
<div class="min-w-0">
<slot>
{{ name }}