Skip to content

Commit

Permalink
Merge pull request #186 from zacowan/zacowan-patch-1
Browse files Browse the repository at this point in the history
fix(peer-deps): update eslint version range to `>=8`
  • Loading branch information
yannbf authored Jan 2, 2025
2 parents 6202eb2 + 9351188 commit 633e598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ export default [
]
```

## ESLint compatibility

Use the following table to use the correct version of this package, based on the version of ESLint you're using:

| ESLint version | Storybook plugin version |
| -------------- | ------------------------ |
| ^9.0.0 | ^0.10.0 |
| ^8.57.0 | ^0.10.0 |
| ^7.0.0 | ~0.9.0 |

## Usage

### Configuration (`.eslintrc`)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"eslint": ">=6"
"eslint": ">=8"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit 633e598

Please sign in to comment.