From deda97d5e60b6eaeb0aed9791b9a8e97ed16f0a9 Mon Sep 17 00:00:00 2001 From: Bethany Date: Wed, 9 Aug 2023 07:02:06 -0700 Subject: [PATCH] don't add extra line breaks --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20221837..d64d2841 100644 --- a/package.json +++ b/package.json @@ -33,4 +33,4 @@ "ts-jest": "^27.0.5", "typescript": "^3.9.9" } -} +} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 14c7f781..fb610c6e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,4 +22,4 @@ "**/*.test.ts", "**/__mocks__/*" ] -} +} \ No newline at end of file