We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dae28f commit 201fa4bCopy full SHA for 201fa4b
rush.json
@@ -46,7 +46,7 @@
46
* The default value is false to avoid legacy compatibility issues.
47
* It is strongly recommended to set strictPeerDependencies=true.
48
*/
49
- // "strictPeerDependencies": true,
+ "strictPeerDependencies": true,
50
51
52
/**
@@ -99,7 +99,7 @@
99
* version. In those cases, you will need to add an entry to the "allowedAlternativeVersions"
100
* section of the common-versions.json.
101
102
- "ensureConsistentVersions": true,
+ "ensureConsistentVersions": true,
103
104
105
* Large monorepos can become intimidating for newcomers if project folder paths don't follow
0 commit comments