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 f72f207 commit 4614900Copy full SHA for 4614900
docs/rules/no-relative-packages.md
@@ -6,7 +6,7 @@
6
7
Use this rule to prevent importing packages through relative paths.
8
9
-It's useful in Yarn/Lerna workspaces, were it's possible to import a sibling
+It's useful in Yarn/Lerna workspaces, where it's possible to import a sibling
10
package using `../package` relative path, while direct `package` is the correct one.
11
12
## Examples
0 commit comments