From e0038f67ca18bc42ce4a862847c6f3534a12996b Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 26 Aug 2022 01:54:15 +0000 Subject: [PATCH] fix: invalid json format in deno.json --- deno.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/deno.json b/deno.json index 4ce745c62..cd8863e95 100644 --- a/deno.json +++ b/deno.json @@ -1,11 +1,16 @@ { "fmt": { "files": { - "exclude": ["benchmarks/", "site/node_modules/", "site/build", "site/.docusaurus", "site/.cache-loader"] + "exclude": [ + "benchmarks/", + "site/node_modules/", + "site/build", + "site/.docusaurus", + "site/.cache-loader" + ] }, "options": { "lineWidth": 120 } - }, - "" + } }