Skip to content

Commit 1aeac3b

Browse files
committed
Update docs
1 parent 6e179b1 commit 1aeac3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/require-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# workspaces/require-dependency
22

3-
Disallow importing from packages that are not listed as a dependency or devDependency in the package that is being imported to. This rule only affects files that are inside a package.
3+
Disallow importing from packages that are not listed in the dependencies, devDependencies, peerDependencies or optionalDependencies of the package that is being imported to. This rule only affects files that are inside a package.
44

55
## Example
66

0 commit comments

Comments
 (0)