-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Fix react bootstrap template for eslint rule - jsx-a11y/accessible-emoji eslint #2737
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
Fix react bootstrap template for eslint rule - jsx-a11y/accessible-emoji eslint #2737
Conversation
Hypnosphi
left a comment
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.
Cool, thanks. But this is just a snapshot for tests, actual templates live here: https://github.com/storybooks/storybook/tree/master/lib/cli/generators
Please check other generators as well, some of them may have the same story
|
Maybe you could just add Here's contributing guide for developer setup: https://github.com/storybooks/storybook/blob/master/CONTRIBUTING.md |
|
@Hypnosphi Thanks for pointing that out. I'll try to add the rule in |
|
@Hypnosphi I tried adding the rule to the root Fixing them in this PR. |
Actually you can just add it in project root, because there might be violations in examples as well |
|
Snapshots don't match. Inspect your code changes or run 'yarn test --cli --update' to update them |
|
@ndelangen that's because currently the only change is in snapshot itself, see comments above and "changes" tab |
|
Superseded by #3011 |
Closes: #2736
Fixes eslint errors with template.
This change is