From a60fe5204bc8e454e4565861b6473fe0e3f0224f Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 4 Jan 2022 11:57:16 +0100 Subject: [PATCH] Updated config --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 564d2e4a..fe7ddf51 100644 --- a/package.json +++ b/package.json @@ -440,12 +440,12 @@ }, "fileType": { "type": "string", - "default": "md", + "default": "", "enum": [ "md", "mdx" ], - "description": "Specifies the type of content you want to create. Default: `md`" + "description": "Specifies the type of content you want to create." }, "choices": { "type": "array",