forked from microsoft/react-native-test-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
35 lines (35 loc) · 1.08 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
30
31
32
33
34
35
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
nmHoistingLimits: workspaces
nodeLinker: node-modules
npmRegistryServer: "https://registry.npmjs.org"
packageExtensions:
"@microsoft/eslint-plugin-sdl@0.x":
peerDependencies:
eslint: ">=5.16.0"
"react-native@*":
peerDependencies:
"@babel/preset-env": ^7.1.6
"react-native-codegen@*":
peerDependencies:
"@babel/preset-env": ^7.1.6
"react-native-gradle-plugin@*":
peerDependencies:
"@babel/preset-env": ^7.1.6
"react-native-macos@*":
peerDependencies:
"@babel/preset-env": ^7.1.6
"react-native": "*"
"react-native-windows@*":
peerDependencies:
"@babel/preset-env": ^7.1.6
plugins:
- .yarn/plugins/link-project.js
yarnPath: .yarn/releases/yarn-3.4.1.cjs