style: format repository

This commit is contained in:
Peter Steinberger
2026-04-26 05:47:05 +01:00
parent 6a67f65568
commit 27aedcfd56
397 changed files with 4106 additions and 4517 deletions

View File

@@ -545,7 +545,7 @@ describe("collectInstalledRootDependencyManifestErrors", () => {
writeFileSync(
join(packageRoot, "dist", "string-only.js"),
[
'export const help = "run import(\'fake-package\') after setup";',
"export const help = \"run import('fake-package') after setup\";",
'export const note = "from \\"fake-package-two\\"";',
"",
].join("\n"),