-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
46 lines (38 loc) · 851 Bytes
/
.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
36
37
38
39
40
41
42
43
44
45
46
enableTransparentWorkspaces: false
immutablePatterns:
- .pnp.*
initScope: next-mobx-store
nodeLinker: pnp
packageExtensions:
"@testing-library/react@*":
dependencies:
react: "*"
react-dom: "*"
debug@*:
dependencies:
supports-color: 8.1.1
eslint-config-custom@*:
dependencies:
eslint: "*"
eslint-plugin-turbo: "*"
prettier: "*"
eslint-plugin-prettier@*:
dependencies:
eslint: "*"
prettier: "*"
eslint-plugin-turbo@*:
dependencies:
eslint: "*"
next@*:
dependencies:
react: "*"
react-dom: "*"
ts-jest@*:
dependencies:
jest: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
pnpEnableEsmLoader: true
preferInteractive: true
yarnPath: .yarn/releases/yarn-3.6.4.cjs