We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414d37f commit af8ebf9Copy full SHA for af8ebf9
3 files changed
.npmrc
@@ -0,0 +1 @@
1
+auto-install-peers=false
package.json
@@ -54,8 +54,14 @@
54
},
55
"npm": false
56
57
+ "pnpm": {
58
+ "peerDependencyRules": {
59
+ "ignoreMissing": ["@babel/*", "@eslint/*"]
60
+ }
61
+ },
62
"volta": {
63
"node": "16.18.1",
- "yarn": "1.22.19"
64
+ "yarn": "1.22.19",
65
+ "pnpm": ">= 8.9.2"
66
}
67
0 commit comments