mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +00:00
style: add trailing line breaks to package.json files (#5542)
For consistency with our `.editorconfig`.
This commit is contained in:
parent
2ec2f7d829
commit
694f032a3d
7 changed files with 9 additions and 7 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
"name": "package-named",
|
"name": "package-named",
|
||||||
"description": "Standard, named package",
|
"description": "Standard, named package",
|
||||||
"main": "index.js"
|
"main": "index.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -155,4 +155,4 @@
|
||||||
"vsce": {
|
"vsce": {
|
||||||
"dependencies": false
|
"dependencies": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@
|
||||||
"index.d.ts",
|
"index.d.ts",
|
||||||
"index.js"
|
"index.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,4 +22,4 @@
|
||||||
"index.d.ts",
|
"index.d.ts",
|
||||||
"index.js"
|
"index.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,4 @@
|
||||||
"configuration_schema.json",
|
"configuration_schema.json",
|
||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
{ "type": "module" }
|
{
|
||||||
|
"type": "module"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue