@comment-labs/pnpm-plugin-defaults
v1.0.0-beta.0
Published
A pnpm plugin that provides default configuration settings and hooks
Readme
@comment-labs/pnpm-plugin-defaults
A pnpm plugin that provides default configuration settings and hooks for consistent pnpm behavior across projects.
Installation
pnpm add --config @comment-team/pnpm-plugin-defaultsUsage
Once installed, the plugin automatically configures pnpm with the following defaults:
- Disables builds for specific packages (esbuild, sharp, etc.)
- Enables deduplication of peer dependents
- Configures strict peer dependency checking
- Sets minimum release age to 3 days
- Enables shell emulator
The plugin runs automatically via pnpm hooks - no additional configuration required.
