From fc749b2328a990637276df108bc527cb9737d3e9 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Wed, 8 Apr 2026 13:20:21 +0200 Subject: [PATCH] fix: update eslint command to exit without running checks --- src/components/ReleaseNoteListItem.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ReleaseNoteListItem.astro b/src/components/ReleaseNoteListItem.astro index a6d57200..3edb5765 100644 --- a/src/components/ReleaseNoteListItem.astro +++ b/src/components/ReleaseNoteListItem.astro @@ -40,13 +40,13 @@ const { {content && } { link && ( - <> + ( {link.text} ) - + ) }