You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*asrunfrom'@ember/runloop'`
run.later(...);// sure, no problem :)
I was essentially re-implementing something akin to ember-lifeline, so I was intentionally integrating with the ember runloop for test waiters. I was going to turn off this rules for that file, but after some refactoring eslint told me the comment wasn't necessary. Turns out the rule doesn't care about namespace import.
The text was updated successfully, but these errors were encountered:
I was essentially re-implementing something akin to ember-lifeline, so I was intentionally integrating with the ember runloop for test waiters. I was going to turn off this rules for that file, but after some refactoring eslint told me the comment wasn't necessary. Turns out the rule doesn't care about namespace import.
The text was updated successfully, but these errors were encountered: