We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0ad0b7 + 9a84f55 commit 4c41b11Copy full SHA for 4c41b11
1 file changed
pnpm-workspace.yaml
@@ -15,3 +15,9 @@ overrides:
15
webpackbar: "^7.0.0"
16
serialize-javascript: "7.0.5"
17
uuid: "14.0.0"
18
+
19
+# Allow ESLint 10 (current stable) for plugins whose declared peer range
20
+# predates it but which work fine with it. Removes install-time peer warnings.
21
+peerDependencyRules:
22
+ allowedVersions:
23
+ "eslint-plugin-jsx-a11y>eslint": "^10"
0 commit comments