@obusk/pnpm-plugin-defaults
v0.3.0
Published
oBusk defaults for pnpm
Readme
@obusk/pnpm-plugin-defaults
oBusk defaults for pnpm
What it changes
- Sets ignoreWorkspaceRootCheck to
true - Sets minimumReleaseAge to
4320(72 hours) - Sets trustPolicy to
no-downgrade - Sets hoistPattern to an empty array, disabling hoisting.
- Sets ignorePatchFailures to
false. - Sets resolutionMode to
lowest-direct. - Sets verifyDepsBeforeRun to
install. - Sets blockExoticSubdeps to
true. - Sets strictDepBuilds to
true.
You can extend or override these settings in your own .pnpmfile.cjs.
Installation
pnpm add --config @obusk/pnpm-plugin-defaultsThis will add @obusk/pnpm-plugin-defaults to the configDependencies field in your pnpm-workspace.yaml.
License
MIT
