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 a3d7cdaf4d
323 changed files with 3728 additions and 5579 deletions

View File

@@ -22,9 +22,7 @@ defineProps<{
:is="icon"
v-if="icon"
:class="[
current
? 'text-icon-active'
: 'text-icon-default group-hover:text-icon-active',
current ? 'text-icon-active' : 'text-icon-default group-hover:text-icon-active',
'transition h-4 w-4 shrink-0',
]"
aria-hidden="true" />