diff --git a/apps/oxlint/fixtures/tsconfig/tsconfig.json b/apps/oxlint/fixtures/tsconfig/tsconfig.json index 9e26dfeeb..0967ef424 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 ca747236d..e63d37b65 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" +}