Home > @microsoft/rush-lib > RushConfiguration > ensureConsistentVersions
RushConfiguration.ensureConsistentVersions property
Warning: This API is now obsolete.
This setting was moved from
rush.jsontocommon-versions.json. Read it using Subspace.shouldEnsureConsistentVersions() instead.
If true, then consistent version specifiers for dependencies will be enforced. I.e. "rush check" is run before some commands.
Signature:
readonly ensureConsistentVersions: boolean;