forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yarnrc.yml
More file actions
29 lines (25 loc) · 723 Bytes
/
.yarnrc.yml
File metadata and controls
29 lines (25 loc) · 723 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
nodeLinker: node-modules
npmRegistryServer: 'https://registry.npmjs.org/'
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
yarnPath: .yarn/releases/yarn-3.2.3.cjs
# See all yarn log codes here: https://yarnpkg.com/advanced/error-codes
logFilters:
# MISSING_PEER_DEPENDENCY
- code: YN0002
level: discard
# INCOMPATIBLE_PEER_DEPENDENCY
- code: YN0060
level: discard
# FETCH_NOT_CACHED
- code: YN0013
level: discard
# MUST_BUILD
- code: YN0007
level: discard
# DEPRECATED_PACKAGE
- code: YN0061
level: discard