2022-11-15 05:53:56 +03:00
|
|
|
engine-strict=true
|
2024-07-17 04:19:41 +03:00
|
|
|
frozen-lockfile=true
|
2023-03-29 20:07:12 +03:00
|
|
|
strict-peer-dependencies=true
|
2023-04-05 03:02:24 +03:00
|
|
|
|
|
|
|
# Disable pnpm update notifications since we use corepack to install package managers
|
|
|
|
update-notifier=false
|
2023-06-20 22:30:59 +03:00
|
|
|
# Don't use new lockfile format because component governance does not yet support it
|
|
|
|
use-lockfile-v6=false
|
2023-08-18 03:39:03 +03:00
|
|
|
# Use the number of cores on the machine by default.
|
|
|
|
workspace-concurrency=0
|
2023-12-06 04:48:06 +03:00
|
|
|
|
|
|
|
# Hoist these dependencies to the root workspace
|
|
|
|
public-hoist-pattern[]=@arethetypeswrong/cli
|
|
|
|
# ['*eslint*', '*prettier*'] is the default, so we add those as well
|
|
|
|
public-hoist-pattern[]=*eslint*
|
|
|
|
public-hoist-pattern[]=*prettier*
|