-
Notifications
You must be signed in to change notification settings - Fork 645
Expand file tree
/
Copy path.yarnrc.yml
More file actions
35 lines (26 loc) · 950 Bytes
/
.yarnrc.yml
File metadata and controls
35 lines (26 loc) · 950 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
33
34
35
compressionLevel: mixed
enableGlobalCache: false
enableScripts: false
enableTelemetry: 0
logFilters:
- code: YN0004
level: discard
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
- path: .yarn/plugins/local/plugin-workspaces-filter.js
- path: .yarn/plugins/local/plugin-lifecycle-scripts.js
yarnPath: .yarn/releases/yarn-4.10.3.cjs
# Configure the NPM minimal age gate to 3 days, meaning packages must be at
# least 3 days old to be installed.
npmMinimalAgeGate: 4320 # 3 days (in minutes)
# Override the minimal age gate, allowing certain packages to be installed
# regardless of their publish age.
npmPreapprovedPackages:
- '@metamask/*'
- '@metamask-previews/*'
- '@lavamoat/*'
- 'lavamoat'
- 'lavamoat-core'
- 'lavamoat-tofu'