Skip to content
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

Disable import/no-anonymous-default-export for storyboard files 📖 #2420

Closed
3lLobo opened this issue Mar 30, 2022 · 1 comment
Closed

Disable import/no-anonymous-default-export for storyboard files 📖 #2420

3lLobo opened this issue Mar 30, 2022 · 1 comment

Comments

@3lLobo
Copy link

3lLobo commented Mar 30, 2022

When using storyboard, import/no-anonymous-default-export will give a warning.
Would be nice to auto disable this warning in .stories.[js jsx ts tsx] files.

@ljharb
Copy link
Member

ljharb commented Mar 31, 2022

What is storyboard?

Either way, you can do this with eslint overrides; nothing needs to be done in a rule for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants