From 884a2ea76a4dabab28f412a2c965687fb20acd5c Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Mon, 23 Aug 2021 21:17:45 +0000 Subject: [PATCH] [ci] yarn format --- docs/src/pages/reference/configuration-reference.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/pages/reference/configuration-reference.md b/docs/src/pages/reference/configuration-reference.md index 7ec4176a0..c181c0ea2 100644 --- a/docs/src/pages/reference/configuration-reference.md +++ b/docs/src/pages/reference/configuration-reference.md @@ -16,10 +16,11 @@ You can view the full configuration API (including information about default con // You can disable this by removing "@ts-check" and `@type` comments below. // @ts-check -export default /** @type {import('astro').AstroUserConfig} */ ({ - // ... -}); - +export default /** @type {import('astro').AstroUserConfig} */ ( + { + // ... + } +); ``` ## Snowpack Config