mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
chore: public-hoist-pattern prettier config (#3954)
* chore: public-hoist-pattern prettier config * docs: add changesets Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
6
.changeset/new-insects-invent.md
Normal file
6
.changeset/new-insects-invent.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/config": minor
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
Any package with "prettier" in its name is hoisted.
|
||||
@@ -190,8 +190,7 @@ export default async (
|
||||
'prefer-workspace-packages': false,
|
||||
'public-hoist-pattern': [
|
||||
'*eslint*',
|
||||
'@prettier/plugin-*',
|
||||
'*prettier-plugin-*',
|
||||
'*prettier*',
|
||||
],
|
||||
'recursive-install': true,
|
||||
registry: npmDefaults.registry,
|
||||
|
||||
Reference in New Issue
Block a user