Skip to content

Commit 4c41b11

Browse files
authored
Merge pull request #752 from z-shell/bug-eslint-peer-rule
build(deps): allow ESLint 10 for jsx-a11y peer (silence install warning)
2 parents c0ad0b7 + 9a84f55 commit 4c41b11

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ overrides:
1515
webpackbar: "^7.0.0"
1616
serialize-javascript: "7.0.5"
1717
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

Comments
 (0)