Skip to content

Commit 633e598

Browse files
authored
Merge pull request #186 from zacowan/zacowan-patch-1
fix(peer-deps): update eslint version range to `>=8`
2 parents 6202eb2 + 9351188 commit 633e598

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ export default [
7171
]
7272
```
7373

74+
## ESLint compatibility
75+
76+
Use the following table to use the correct version of this package, based on the version of ESLint you're using:
77+
78+
| ESLint version | Storybook plugin version |
79+
| -------------- | ------------------------ |
80+
| ^9.0.0 | ^0.10.0 |
81+
| ^8.57.0 | ^0.10.0 |
82+
| ^7.0.0 | ~0.9.0 |
83+
7484
## Usage
7585

7686
### Configuration (`.eslintrc`)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"typescript": "^5.4.5"
8686
},
8787
"peerDependencies": {
88-
"eslint": ">=6"
88+
"eslint": ">=8"
8989
},
9090
"engines": {
9191
"node": ">= 18"

0 commit comments

Comments
 (0)