mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-24 07:38:12 -05:00
feat: hoist all ESLint plugins to the root node_modules
close #2680 PR #2681)
This commit is contained in:
5
.changeset/nasty-teachers-matter.md
Normal file
5
.changeset/nasty-teachers-matter.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/config": minor
|
||||
---
|
||||
|
||||
Hoist all ESLint plugins to the root of node_modules by default.
|
||||
@@ -147,7 +147,7 @@ export default async (
|
||||
'link-workspace-packages': true,
|
||||
'package-lock': npmDefaults['package-lock'],
|
||||
'pending': false,
|
||||
'public-hoist-pattern': ['@types/*'],
|
||||
'public-hoist-pattern': ['@types/*', 'eslint-plugin-*'],
|
||||
'recursive-install': true,
|
||||
'registry': npmDefaults.registry,
|
||||
'save-peer': false,
|
||||
|
||||
Reference in New Issue
Block a user