From 03a14d6d3288f7a0ec4baed914e861bfb732c6f3 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 00000000..d93a75a6 --- /dev/null +++ b/frontend/.npmrc @@ -0,0 +1,2 @@ +public-hoist-pattern[]=*eslint* +public-hoist-pattern[]=*prettier*