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
fix(no-async-subscribe): report async next properties on observer object (#214)
Adds support for catching `next: async () => ...` properties when
passing an object into `subscribe`.
This may cause a significant increase in reports for this rule, because
previously we were not checking observer objects at all and
`prefer-observer` may have been pushing codebases to migrate to observer
objects. So this also enhances the `forbidden` message to include a
snippet from this rule's docs, so that intellisense is more useful.
Resolves#163
0 commit comments