mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +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",
|
||||
"description": "Standard, named package",
|
||||
"main": "index.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"description": "Unnamed package for reaching through main field - rxjs style",
|
||||
"main": "index.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -155,4 +155,4 @@
|
|||
"vsce": {
|
||||
"dependencies": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
"index.d.ts",
|
||||
"index.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@
|
|||
"index.d.ts",
|
||||
"index.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@
|
|||
"configuration_schema.json",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
{ "type": "module" }
|
||||
{
|
||||
"type": "module"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue