From e03fbbf79940fcea57b49501574f0778e9908f9d Mon Sep 17 00:00:00 2001 From: Amber Beasley Date: Thu, 7 Nov 2024 14:51:21 -0500 Subject: [PATCH] fix: formatting for prettier --- tsconfig.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 21d995d..bee9d2e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,9 +5,7 @@ "backstage-plugin-github-releases-assets-backend/src", "backstage-plugin-github-releases-autogov/src" ], - "exclude": [ - "node_modules" - ], + "exclude": ["node_modules"], "compilerOptions": { "outDir": "dist-types", "rootDir": ".", @@ -16,4 +14,4 @@ "allowSyntheticDefaultImports": true, "skipLibCheck": true } -} \ No newline at end of file +}