Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typings): allow async listener in typed events
So that: ```ts socket.on("my-event", async () => { // ... }); ``` is valid under the @typescript-eslint/no-misused-promises rule. Related: #1486
- Loading branch information