From 9133e2ce2acf79b41c55f3d338879ceacce2190d Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:36:58 -0700 Subject: [PATCH] chore: improve comment syntax Fix comment formatting for unsupported method. --- packages/sv/src/core/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sv/src/core/config.ts b/packages/sv/src/core/config.ts index dda819812..e78e624d9 100644 --- a/packages/sv/src/core/config.ts +++ b/packages/sv/src/core/config.ts @@ -51,8 +51,8 @@ export type Addon = { /** On what official addons does this addon depend on? */ dependsOn: (name: keyof typeof officialAddons) => void; - /** Why is this addon not supported? - * + /** + * Why is this addon not supported? * @example * if (!isKit) unsupported('Requires SvelteKit'); */