@pnpm/config
Advanced tools
Comparing version 11.7.2 to 11.8.0
# @pnpm/config | ||
## 11.8.0 | ||
### Minor Changes | ||
- fcc1c7100: Add prettier plugins to the default public-hoist-pattern list | ||
## 11.7.2 | ||
@@ -4,0 +10,0 @@ |
@@ -161,2 +161,4 @@ "use strict"; | ||
'*eslint*', | ||
'@prettier/plugin-*', | ||
'*prettier-plugin-*', | ||
], | ||
@@ -163,0 +165,0 @@ 'recursive-install': true, |
{ | ||
"name": "@pnpm/config", | ||
"version": "11.7.2", | ||
"version": "11.8.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
31615
549