Closed otsuky closed 2 years ago
Hey @otsuky thank you so much for opening this issue! I believe it's a compatibility issue with Eslint 8. I'll get back to you once I have a fix. Thanks!!
Hey @otsuky can you try version 0.5.1
? Should be fixed now!
@yannbf I installed version 0.5.1, and It's working fine in my project. Thank you so much!!!
Describe the bug I get the following in the ESLint output:
To Reproduce Steps to reproduce the behavior:
npm install eslint-plugin-storybook --save-dev
Here's my deps related to eslint and storybook from package.json
plugin:storybook/recommended
to the extends section of .eslintrc.json.Expected behavior Complete eslint without error.