mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
5
.changeset/two-dryers-lay.md
Normal file
5
.changeset/two-dryers-lay.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/config": minor
|
||||
---
|
||||
|
||||
Add prettier plugins to the default public-hoist-pattern list
|
||||
@@ -158,6 +158,8 @@ export default async (
|
||||
// should be publicly hoisted because TypeScript only searches in the root of node_modules
|
||||
'*types*',
|
||||
'*eslint*',
|
||||
'@prettier/plugin-*',
|
||||
'*prettier-plugin-*',
|
||||
],
|
||||
'recursive-install': true,
|
||||
registry: npmDefaults.registry,
|
||||
|
||||
Reference in New Issue
Block a user