-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.npmrc
More file actions
30 lines (21 loc) · 716 Bytes
/
.npmrc
File metadata and controls
30 lines (21 loc) · 716 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
# pnpm configuration file
# See https://pnpm.io/npmrc for more options
# Use hard links when possible (faster installs)
link-workspace-packages=true
# Hoist dependencies to reduce node_modules size
hoist-pattern[]=*
# Don't hoist these packages (keep them in their original location)
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*prettier*
# Enable strict peer dependencies
strict-peer-dependencies=false
# Auto install peer dependencies
auto-install-peers=true
# Use exact versions for new dependencies
save-exact=true
# Enable pnpm audit
audit-level=moderate
# Set registry (uncomment and modify if needed)
# registry=https://registry.npmjs.org/
# Enable pnpm dedupe
dedupe-peer-dependents=true