We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
true
1 parent f2db74a commit 0e110edCopy full SHA for 0e110ed
docs/rules/no-extraneous-dependencies.md
@@ -13,7 +13,7 @@ This rule supports the following options:
13
14
`optionalDependencies`: If set to `false`, then the rule will show an error when `optionalDependencies` are imported. Defaults to `true`.
15
16
-`peerDependencies`: If set to `false`, then the rule will show an error when `peerDependencies` are imported. Defaults to `false`.
+`peerDependencies`: If set to `false`, then the rule will show an error when `peerDependencies` are imported. Defaults to `true`.
17
18
`bundledDependencies`: If set to `false`, then the rule will show an error when `bundledDependencies` are imported. Defaults to `true`.
19
0 commit comments