-
Notifications
You must be signed in to change notification settings - Fork 91
/
.yarnrc.yml
29 lines (29 loc) · 1 KB
/
.yarnrc.yml
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
compressionLevel: 0
enableGlobalCache: false
enableScripts: false
enableTelemetry: false
logFilters:
- code: YN0007 # X must be built because it never has been before or the last one failed
level: discard
- code: YN0008 # X must be rebuilt because its dependency tree changed
level: discard
- code: YN0013 # X can't be found in the cache and will be fetched from the remote registry
level: discard
- code: YN0069 # This rule seems redundant when applied on the original package
level: error
nodeLinker: node-modules
npmRegistryServer: "https://registry.npmjs.org"
packageExtensions:
react-native-windows@*:
peerDependenciesMeta:
"@types/react":
optional: true
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
spec: "@yarnpkg/plugin-compat"
- path: .yarn/plugins/clean.cjs
- path: .yarn/plugins/link-project.cjs
- path: .yarn/plugins/boost-workaround.cjs
- path: .yarn/plugins/npm-workaround.cjs
tsEnableAutoTypes: false
yarnPath: .yarn/releases/yarn-4.4.0.cjs