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",
"description": "Standard, named package",
"main": "index.js"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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