| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > PnpmOptionsConfiguration > trustPolicyExclude
List of package names or patterns that are excluded from the trust policy check. These packages will be allowed to install even if their trust level has decreased.
Signature:
readonly trustPolicyExclude: string[] | undefined;(SUPPORTED ONLY IN PNPM 10.22.0 AND NEWER)
PNPM documentation: https://pnpm.io/settings\#trustpolicyexclude
Example: ["webpack", "react", "<></>@<></>myorg/*"]