mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
fix: publicly hoist any dependency that is related to ESLint
close #2688 PR #2799
This commit is contained in:
5
.changeset/hot-timers-count.md
Normal file
5
.changeset/hot-timers-count.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/config": patch
|
||||
---
|
||||
|
||||
Publicly hoist any dependency that is related to ESLint.
|
||||
@@ -148,7 +148,7 @@ export default async (
|
||||
'link-workspace-packages': true,
|
||||
'package-lock': npmDefaults['package-lock'],
|
||||
pending: false,
|
||||
'public-hoist-pattern': ['@types/*', 'eslint-plugin-*'],
|
||||
'public-hoist-pattern': ['@types/*', '*eslint*'],
|
||||
'recursive-install': true,
|
||||
registry: npmDefaults.registry,
|
||||
'save-peer': false,
|
||||
|
||||
Reference in New Issue
Block a user