fix: update eslint command to exit without running checks

This commit is contained in:
mr. m
2026-04-08 13:20:21 +02:00
parent 33588a4580
commit fc749b2328

View File

@@ -40,13 +40,13 @@ const {
{content && <span class="text-base opacity-80" set:html={content} />} {content && <span class="text-base opacity-80" set:html={content} />}
{ {
link && ( link && (
<> <span>
( (
<a href={link.href} class="text-blue inline-block text-base underline"> <a href={link.href} class="text-blue inline-block text-base underline">
{link.text} {link.text}
</a> </a>
) )
</> </span>
) )
} }
</div> </div>