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'); */