Skip to content

Commit 2362203

Browse files
committed
fix(cli/create): spell out Plug'n'Play to satisfy typos
CI lint failure: crate-ci/typos flagged `PnP` as typo for `On`. The abbreviation appears once in a comment explaining why we force yarn to use classic node_modules. Spell it out as `Plug'n'Play` instead of adding it to the typos allowlist — the full term is clearer anyway.
1 parent 5d3da91 commit 2362203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/src/create/bin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,8 @@ Use \`vp create --list\` to list all available templates, or run \`vp create --h
915915
// migrate before the vite-plus rewrite so the generated .oxlintrc/.oxfmtrc
916916
// get merged into vite.config.ts — matching `vp migrate`. Pin the
917917
// packageManager field (vite_install hardcodes pnpm in CI/non-TTY when no
918-
// signal is present) and force yarn's classic node_modules layout (PnP
919-
// zip entries break @oxlint/migrate's fileURLToPath resolution).
918+
// signal is present) and force yarn's classic node_modules layout
919+
// (Plug'n'Play zip entries break @oxlint/migrate's fileURLToPath resolution).
920920
const installAndMigrate = async (installCwd: string) => {
921921
setPackageManager(fullPath, workspaceInfo.downloadPackageManager);
922922
if (workspaceInfo.packageManager === PackageManager.yarn) {

0 commit comments

Comments
 (0)