Skip to content

no-async-subscribe doesn't error for observer argument #163

@JasonWeinzierl

Description

@JasonWeinzierl

This isn't causing a lint error from no-async-subscribe, but it should:

observable$.subscribe({
  next: async () => await Promise.resolve(),
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions