-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Expand file tree
/
Copy path.yarnrc.yml
More file actions
32 lines (24 loc) · 748 Bytes
/
.yarnrc.yml
File metadata and controls
32 lines (24 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# documentation: https://yarnpkg.com/configuration/yarnrc
compressionLevel: 0
enableGlobalCache: true
nodeLinker: node-modules
npmRegistryServer: "https://registry.yarnpkg.com"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
unsafeHttpWhitelist:
- localhost
yarnPath: .yarn/releases/yarn-3.1.1.cjs
logFilters:
- code: "YN0005"
level: "discard"
- code: "YN0076"
level: "discard"
- pattern: "@workspace:examples"
level: "discard"
- pattern: "@storybook/root@workspace:."
level: "discard"
- pattern: "@workspace:addons/storyshots/"
level: "discard"