Closed timbru31 closed 5 years ago
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.
Should be fixed in 4.18.2.
Nice, thanks a lot for the quick fix. I’ll test it later today
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: