From d8b29e752ae77f86e2da1944c51fcd43aea552a6 Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:50:14 +0000 Subject: [PATCH] style: add trailing line breaks to JSON files (#5544) For consistency with our `.editorconfig`. --- apps/oxlint/fixtures/tsconfig/tsconfig.json | 2 +- crates/oxc_linter/fixtures/import/data.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/oxlint/fixtures/tsconfig/tsconfig.json b/apps/oxlint/fixtures/tsconfig/tsconfig.json index 9e26dfeeb6e64..0967ef424bce6 100644 --- a/apps/oxlint/fixtures/tsconfig/tsconfig.json +++ b/apps/oxlint/fixtures/tsconfig/tsconfig.json @@ -1 +1 @@ -{} \ No newline at end of file +{} diff --git a/crates/oxc_linter/fixtures/import/data.json b/crates/oxc_linter/fixtures/import/data.json index ca747236db2f6..e63d37b65a8a5 100644 --- a/crates/oxc_linter/fixtures/import/data.json +++ b/crates/oxc_linter/fixtures/import/data.json @@ -1 +1,3 @@ -{ "foo": "bar" } \ No newline at end of file +{ + "foo": "bar" +}