-
-
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
Cannot read property 'name' of undefined #317
Comments
While not a fix, you can get around this by setting |
Ah, got it. So it doesn't support the ES7 export extensions. Good to know, thanks! Probably will just ignore them to start. Could check the referenced export for mutability but it will be flagged there anyway. |
jfmengels
added a commit
to jfmengels/eslint-plugin-import
that referenced
this issue
May 9, 2016
benmosher
pushed a commit
that referenced
this issue
May 9, 2016
benmosher
added a commit
that referenced
this issue
May 9, 2016
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 get "Cannot read property 'name' of undefined" in file no-mutable-exports.js:80:56
The line is
export Something from './something';
The text was updated successfully, but these errors were encountered: