зеркало из https://github.com/microsoft/rnx-kit.git
35 строки
1.2 KiB
YAML
35 строки
1.2 KiB
YAML
compressionLevel: 0
|
|
enableGlobalCache: false
|
|
enableScripts: false
|
|
enableTelemetry: false
|
|
globalFolder: .yarn/berry # Workaround for 'EXDEV: cross-device link not permitted' errors on GHA
|
|
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: pnpm
|
|
npmRegistryServer: "https://registry.npmjs.org"
|
|
packageExtensions:
|
|
"@fluentui/utilities@*":
|
|
peerDependenciesMeta:
|
|
# https://github.com/microsoft/fluentui/pull/30964
|
|
"@types/react":
|
|
optional: true
|
|
babel-plugin-transform-flow-enums@*:
|
|
peerDependencies:
|
|
"@babel/core": ^7.20.0
|
|
metro-config@*:
|
|
dependencies:
|
|
# `metro-config` fails to resolve `JsTransformerConfig` because it's in another package
|
|
metro-transform-worker: ^0.80.0
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs
|
|
spec: "@yarnpkg/plugin-compat"
|
|
tsEnableAutoTypes: false
|
|
yarnPath: .yarn/releases/yarn-4.4.0.cjs
|