style: add trailing line breaks to package.json files (#5542)

For consistency with our `.editorconfig`.
This commit is contained in:
overlookmotel 2024-09-06 12:43:44 +00:00
parent 2ec2f7d829
commit 694f032a3d
7 changed files with 9 additions and 7 deletions

View file

@ -2,4 +2,4 @@
"name": "package-named", "name": "package-named",
"description": "Standard, named package", "description": "Standard, named package",
"main": "index.js" "main": "index.js"
} }

View file

@ -1,4 +1,4 @@
{ {
"description": "Unnamed package for reaching through main field - rxjs style", "description": "Unnamed package for reaching through main field - rxjs style",
"main": "index.js" "main": "index.js"
} }

View file

@ -155,4 +155,4 @@
"vsce": { "vsce": {
"dependencies": false "dependencies": false
} }
} }

View file

@ -22,4 +22,4 @@
"index.d.ts", "index.d.ts",
"index.js" "index.js"
] ]
} }

View file

@ -22,4 +22,4 @@
"index.d.ts", "index.d.ts",
"index.js" "index.js"
] ]
} }

View file

@ -25,4 +25,4 @@
"configuration_schema.json", "configuration_schema.json",
"README.md" "README.md"
] ]
} }

View file

@ -1 +1,3 @@
{ "type": "module" } {
"type": "module"
}