Skip to content

Commit

Permalink
style: add trailing line breaks to package.json files (#5542)
Browse files Browse the repository at this point in the history
For consistency with our `.editorconfig`.
  • Loading branch information
overlookmotel committed Sep 6, 2024
1 parent 2ec2f7d commit 694f032
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"name": "package-named",
"description": "Standard, named package",
"main": "index.js"
}
}
2 changes: 1 addition & 1 deletion crates/oxc_linter/fixtures/import/package/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"description": "Unnamed package for reaching through main field - rxjs style",
"main": "index.js"
}
}
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@
"vsce": {
"dependencies": false
}
}
}
2 changes: 1 addition & 1 deletion npm/oxc-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"index.d.ts",
"index.js"
]
}
}
2 changes: 1 addition & 1 deletion npm/oxc-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"index.d.ts",
"index.js"
]
}
}
2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"configuration_schema.json",
"README.md"
]
}
}
4 changes: 3 additions & 1 deletion tasks/coverage/src/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{ "type": "module" }
{
"type": "module"
}

0 comments on commit 694f032

Please sign in to comment.