-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
no-new-mixins
: getSourceModuleName
should only be called on a CallExpression
, MemberExpression
or Identifier
#905
Comments
Same for
|
I guess the issue is that |
@buschtoens - Can you check what node type is being passed (also we should update that assertion to tell you what was passed in addition to what is allowed, the message as it stands is a bit hard to debug)? |
In general,
eslint-plugin-ember/lib/utils/ember.js Lines 213 to 216 in 82acc5b
Then eslint-plugin-ember/lib/utils/import.js Lines 30 to 32 in 82acc5b
Ultimately, I think we should update |
Opened fix in #906. |
The above error appears to be triggered by code like:
The text was updated successfully, but these errors were encountered: