Skip to content

Commit

Permalink
docs: add compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 2, 2025
1 parent 6906363 commit 9351188
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit 9351188

Please sign in to comment.