Bryan Mishkin
Bryan Mishkin
We had some previous discussions about this case in #915 and #917. At the time, we decided not to make any changes to the rule, because closures/lambdas did not seem...
I'll close for now since I don't have a perfect fix for it.
There are a few related issues like #243 if you search the issues in this repo for the rule name. It seems like this rule could potentially be smarter and...
Thanks for bringing this up. I am interested to consider how we can optimize our linting for Ember Octane best practices including using tracked properties. If needed, we could have...
What's the file path?
Yeah the detection is based on having `mixin` in the file path and extending an Ember object. Not great, but it also seems a bit confusing that your path has...
You can disable the rule in `.eslintrc.js` for the entire `tests` directory. Would that help?
I noticed that #213 would help fix this.
There are some discussions in the original PR for this rule about why we don't have an import check: https://github.com/ember-cli/eslint-plugin-ember/pull/562 CC: @NullVoxPopuli