From 9351188fc3f00d8ce80751c6a0c014ed247d1941 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Thu, 2 Jan 2025 09:28:16 +0100 Subject: [PATCH] docs: add compatibility table --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 291b828..03b79bf 100644 --- a/README.md +++ b/README.md @@ -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`)