From e0cad20217e157dca66b15c3de9a3692fc6df6db Mon Sep 17 00:00:00 2001 From: AdrianGonz97 <31664583+AdrianGonz97@users.noreply.github.com> Date: Mon, 15 May 2023 10:14:40 -0400 Subject: [PATCH] added links to each config opt --- .npmrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.npmrc b/.npmrc index c51b1e7e..d993c863 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ -engine-strict=true -auto-install-peers=true -link-workspace-packages=true -shared-workspace-lockfile=false -prefer-workspace-packages=true -save-workspace-protocol=rolling -resolution-mode=highest \ No newline at end of file +engine-strict=true # https://pnpm.io/npmrc#engine-strict +auto-install-peers=true # https://pnpm.io/npmrc#auto-install-peers +link-workspace-packages=true # https://pnpm.io/npmrc#link-workspace-packages +shared-workspace-lockfile=false # https://pnpm.io/npmrc#shared-workspace-lockfile +prefer-workspace-packages=true # https://pnpm.io/npmrc#prefer-workspace-packages +save-workspace-protocol=rolling # https://pnpm.io/npmrc#save-workspace-protocol +resolution-mode=highest # https://pnpm.io/npmrc#resolution-mode \ No newline at end of file