Skip to content

Commit fd278e4

Browse files
committed
Add .npmrc with public hoist patterns
Introduces a new .npmrc file to configure public hoist patterns for eslint, prettier, client-only, and server-only packages.
1 parent 6a4fdcc commit fd278e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public-hoist-pattern[]=*eslint*
2+
public-hoist-pattern[]=*prettier*
3+
public-hoist-pattern[]=client-only
4+
public-hoist-pattern[]=server-only

0 commit comments

Comments
 (0)