Skip to content

Commit

Permalink
Add default public-hoist-pattern config values. (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjots committed Apr 5, 2023
1 parent bd4ee2d commit fc26429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Make sure the default patterns are still included (https://pnpm.io/npmrc#public-hoist-pattern)
public-hoist-pattern[]="*eslint*"
public-hoist-pattern[]="*prettier*"

# `treat` needs this to be hoisted
public-hoist-pattern[]="virtual-resource-loader"

Expand Down

0 comments on commit fc26429

Please sign in to comment.