-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eslint-config-carbon): add storybook config #10335
feat(eslint-config-carbon): add storybook config #10335
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: da29a7a 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61eadc5f3d9f2c000794fbf7 😎 Browse the preview: https://deploy-preview-10335--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: da29a7a 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61eadc5fc1bb4000097a3998 😎 Browse the preview: https://deploy-preview-10335--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: da29a7a 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61eadc5f19aebd0007a8d0dc 😎 Browse the preview: https://deploy-preview-10335--carbon-components-react.netlify.app |
…ore/add-eslint-plugin-storybook
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
looks like we've got a storybook error about missing stories |
@dakahn should be good to go now! |
This PR introduces an ESLint configuration for
eslint-plugin-storybook
. This plugin enables a variety of rules for the style and/or convention of our storybook. These rules will make sure our stories are structured consistently for Component Story Format v3.Changelog
New
eslint-plugin-storybook
to our ESLint configuration and corresponding configChanged
parameters.component
tocomponent
Removed
Testing / Reviewing
*.stories.js
,*-story.js
)