forked from cartant/eslint-plugin-rxjs
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We already have no-ignored-observable
which is similar to typescript-eslint's no-floating-promises
. typescript-eslint has a counterpart rule, no-misused-promises
which could be useful for Observables too.
@typescript-eslint/no-unnecessary-condition
already can handle the checksConditionals
portion, so just do checksVoidReturn
and checksSpreads
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request