diff --git a/crates/oxc_linter/fixtures/import/package-named/package.json b/crates/oxc_linter/fixtures/import/package-named/package.json index dbda7111f0a394..69ff5910df7398 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 ad83f1ea7f32a4..c147d241efbdd5 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 1856fb19cc2d02..a08b30a14e533b 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 c55343cf164c9b..1222b07559c612 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 61c321e6dfc56f..05b1c91b75484a 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 7f975550f79313..21eb776a4b8211 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 bb34440a365297..472002573ef7ac 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" +}