-
-
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
New rule: no-implicit-injections
#1178
Comments
Note that #195 proposes a rule called |
Regarding rule naming: I actually think we should name the rule from #195
|
I opened a PR to implement |
no-implicit-injections
Co-authored-by: Bryan Mishkin <[email protected]> Fixes #1178
With the release of Ember 3.26:
More details in the deprecation guide. We should add a rule that flags up implicit injections.
For the common case of using
this.store
, it should be pretty straightforward to implement a fixer too.The text was updated successfully, but these errors were encountered: