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" +}