-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
prefer-default-export false negative with named exports #609
Labels
Comments
Are you using babel-eslint? |
Yes, of course. Not sure why I omitted that one from the list :)
|
jfmengels
added a commit
that referenced
this issue
Oct 11, 2016
Sounds like a bug, then. Will take a look 😄 |
benmosher
pushed a commit
that referenced
this issue
Oct 12, 2016
Fixed in #622 :) |
Awesome, thanks ! :) |
This was referenced Apr 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a simple file
Memory.js
which contains:Then in
index.js
which exports all the types, I have it like this...The rule
prefer-default-export
is failing on that line for some reason. Babel transpiles that code just fine.The text was updated successfully, but these errors were encountered: