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
thanks for these rules, really awesome 👍
I'm having a false positive with the rule rxjs-no-subclass. OpenLayers defines Observables, too.
Below is an example snippet which triggers the rule:
This should be solvable. However, it will involve digging around in TypeScript's Type representation. And, AFAICT, the documentation is ... the source. I will have a look at this on the weekend. Hopefully, it won't be too much of a challenge.
Hi there 👋,
thanks for these rules, really awesome 👍
I'm having a false positive with the rule
rxjs-no-subclass
. OpenLayers defines Observables, too.Below is an example snippet which triggers the rule:
The
Observable
class is:The text was updated successfully, but these errors were encountered: