-
Notifications
You must be signed in to change notification settings - Fork 0
/
.npmrc
30 lines (30 loc) · 961 Bytes
/
.npmrc
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
# pnpm-related options
# shamefully-hoist=true
strict-peer-dependencies=false
# to get the latest compatible packages when creating the project https://github.com/pnpm/pnpm/issues/6463
resolution-mode=highest
# cabloy
hoist = true
hoist-workspace-packages = true
public-hoist-pattern[]=*terser*
public-hoist-pattern[]=*babel*
public-hoist-pattern[]=*@babel*
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*types*
public-hoist-pattern[]=lerna
public-hoist-pattern[]=*cabloy*
public-hoist-pattern[]=*@cabloy*
public-hoist-pattern[]=*egg-born*
public-hoist-pattern[]=*zova*
public-hoist-pattern[]=*vue*
public-hoist-pattern[]=*@vue*
public-hoist-pattern[]=*vite*
public-hoist-pattern[]=*@vitejs*
public-hoist-pattern[]=*quasar*
public-hoist-pattern[]=*@quasar*
public-hoist-pattern[]=*zod*
public-hoist-pattern[]=*pinia*
public-hoist-pattern[]=*typestyle*
link-workspace-packages = 'deep'
prefer-workspace-packages = true