From 694f032a3d45306297dd645cbe66bda272182b1e Mon Sep 17 00:00:00 2001 From: overlookmotel <557937+overlookmotel@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:43:44 +0000 Subject: [PATCH] style: add trailing line breaks to `package.json` files (#5542) For consistency with our `.editorconfig`. --- crates/oxc_linter/fixtures/import/package-named/package.json | 2 +- crates/oxc_linter/fixtures/import/package/package.json | 2 +- editors/vscode/package.json | 2 +- npm/oxc-parser/package.json | 2 +- npm/oxc-transform/package.json | 2 +- npm/oxlint/package.json | 2 +- tasks/coverage/src/runtime/package.json | 4 +++- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/crates/oxc_linter/fixtures/import/package-named/package.json b/crates/oxc_linter/fixtures/import/package-named/package.json index dbda7111f0a39..69ff5910df739 100644 --- a/crates/oxc_linter/fixtures/import/package-named/package.json +++ b/crates/oxc_linter/fixtures/import/package-named/package.json @@ -2,4 +2,4 @@ "name": "package-named", "description": "Standard, named package", "main": "index.js" -} \ No newline at end of file +} diff --git a/crates/oxc_linter/fixtures/import/package/package.json b/crates/oxc_linter/fixtures/import/package/package.json index ad83f1ea7f32a..c147d241efbdd 100644 --- a/crates/oxc_linter/fixtures/import/package/package.json +++ b/crates/oxc_linter/fixtures/import/package/package.json @@ -1,4 +1,4 @@ { "description": "Unnamed package for reaching through main field - rxjs style", "main": "index.js" -} \ No newline at end of file +} diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 1856fb19cc2d0..a08b30a14e533 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -155,4 +155,4 @@ "vsce": { "dependencies": false } -} \ No newline at end of file +} diff --git a/npm/oxc-parser/package.json b/npm/oxc-parser/package.json index c55343cf164c9..1222b07559c61 100644 --- a/npm/oxc-parser/package.json +++ b/npm/oxc-parser/package.json @@ -22,4 +22,4 @@ "index.d.ts", "index.js" ] -} \ No newline at end of file +} diff --git a/npm/oxc-transform/package.json b/npm/oxc-transform/package.json index 61c321e6dfc56..05b1c91b75484 100644 --- a/npm/oxc-transform/package.json +++ b/npm/oxc-transform/package.json @@ -22,4 +22,4 @@ "index.d.ts", "index.js" ] -} \ No newline at end of file +} diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index 7f975550f7931..21eb776a4b821 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -25,4 +25,4 @@ "configuration_schema.json", "README.md" ] -} \ No newline at end of file +} diff --git a/tasks/coverage/src/runtime/package.json b/tasks/coverage/src/runtime/package.json index bb34440a36529..472002573ef7a 100644 --- a/tasks/coverage/src/runtime/package.json +++ b/tasks/coverage/src/runtime/package.json @@ -1 +1,3 @@ -{ "type": "module" } \ No newline at end of file +{ + "type": "module" +}