Skip to content

Commit 43d89a6

Browse files
0xflotusarcanis
authored andcommitted
fixed typo in RFC (#102)
1 parent e4e8fe5 commit 43d89a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/0000-nohoist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ note: the config will be backward compatible.
8181
considering the dependency as a virtual tree, the nohoist rule goes down the branch from where it is specified. For example, if nohoist is specified in the root package.json, all workspaces will inherit the nohoist list, likewise all the dependencies of the workspace will inherit the nohoist list. However if the nohoist is specified in workspace-1, the neighboring workspace-2 will not be impacted.
8282

8383
### nohoist list matching
84-
Like the current workspaces.packages configuraton, we will use the same glob pattern match to locate nohoist packages. [minimatch](https://github.com/isaacs/minimatch) (the matching library used in yarn) supports many glob patterns, the most common ones for nohoist are probably the simple '*' and '**' patterns:
84+
Like the current workspaces.packages configuration, we will use the same glob pattern match to locate nohoist packages. [minimatch](https://github.com/isaacs/minimatch) (the matching library used in yarn) supports many glob patterns, the most common ones for nohoist are probably the simple '*' and '**' patterns:
8585

8686
For example the following config will basically turn off nohoist for the whole monorepo project:
8787
```

0 commit comments

Comments
 (0)