From eb287f095af421c1f82a283da48aac6ba9ce9fe7 Mon Sep 17 00:00:00 2001 From: Henry Li Date: Tue, 10 Feb 2026 22:07:25 +0800 Subject: [PATCH] chore: add .npmrc back --- frontend/.npmrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 frontend/.npmrc diff --git a/frontend/.npmrc b/frontend/.npmrc new file mode 100644 index 0000000..d93a75a --- /dev/null +++ b/frontend/.npmrc @@ -0,0 +1,2 @@ +public-hoist-pattern[]=*eslint* +public-hoist-pattern[]=*prettier*