From 6b998982557597101c70a8fa9a90b258b5319275 Mon Sep 17 00:00:00 2001 From: sad1k Date: Mon, 16 Mar 2026 08:12:47 +0300 Subject: [PATCH 1/2] =?UTF-8?q?bug/pnpm-packages-issue=20=F0=9F=A7=8A=20[b?= =?UTF-8?q?ug]:=20add=20npmrc=20to=20use=20eslint=20with=20pnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..13a21336 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +auto-install-peers=true +node-linker=hoisted \ No newline at end of file From 179146391696fd438802bd2a8f5bdfe08735cf51 Mon Sep 17 00:00:00 2001 From: sad1k Date: Mon, 16 Mar 2026 08:34:21 +0300 Subject: [PATCH 2/2] =?UTF-8?q?bug/pnpm-packages-issue=20=F0=9F=A7=8A=20[b?= =?UTF-8?q?ug]:=20optimize=20for=20hoists=20only=20eslint,=20prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 13a21336..7be2c165 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ -auto-install-peers=true -node-linker=hoisted \ No newline at end of file +public-hoist-pattern[]=eslint +public-hoist-pattern[]=prettier \ No newline at end of file