We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6202eb2 + 9351188 commit 633e598Copy full SHA for 633e598
README.md
@@ -71,6 +71,16 @@ export default [
71
]
72
```
73
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
84
## Usage
85
86
### Configuration (`.eslintrc`)
package.json
@@ -85,7 +85,7 @@
"typescript": "^5.4.5"
},
87
"peerDependencies": {
88
- "eslint": ">=6"
+ "eslint": ">=8"
89
90
"engines": {
91
"node": ">= 18"
0 commit comments