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