From 1c42fb491e121d9467bee0225636d62513fb0ff8 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 29 Jan 2025 14:34:29 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/errors/errors-data.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index ef7719e735..0a79816343 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -1771,7 +1771,6 @@ export const UnsupportedConfigTransformError = { hint: 'See the devalue library for all supported types: https://github.com/rich-harris/devalue', } satisfies ErrorData; - /** * @docs * @kind heading