Skip to content

Commit

Permalink
Correcting peerDependencies option to true
Browse files Browse the repository at this point in the history
Kindly confirm that the default really is `true`.
  • Loading branch information
dwardu committed Feb 24, 2021
1 parent f2db74a commit 0e110ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-extraneous-dependencies.md
Expand Up @@ -13,7 +13,7 @@ This rule supports the following options:

`optionalDependencies`: If set to `false`, then the rule will show an error when `optionalDependencies` are imported. Defaults to `true`.

`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`.

`bundledDependencies`: If set to `false`, then the rule will show an error when `bundledDependencies` are imported. Defaults to `true`.

Expand Down

0 comments on commit 0e110ed

Please sign in to comment.