Home > @microsoft/rush-lib > PnpmTrustPolicy
PnpmTrustPolicy type
Possible values for the trustPolicy setting in Rush's pnpm-config.json file.
Signature:
export type PnpmTrustPolicy = 'no-downgrade' | 'off';
Remarks
These values correspond to PNPM's trust-policy setting, which is documented here: https://pnpm.io/settings#trustpolicy