Skip to content

Commit 4d00ca4

Browse files
authored
docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202)
1 parent f878d21 commit 4d00ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/extend/shareable-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You should declare your dependency on ESLint in the `package.json` using the [pe
5858
```json
5959
{
6060
"peerDependencies": {
61-
"eslint": ">= 9"
61+
"eslint": ">=10.0.0"
6262
}
6363
}
6464
```

0 commit comments

Comments
 (0)