Dominik Hladík
Dominik Hladík
Angular 16.2 is working with this 3 deps right now: ``` "@angular/fire": "7.2.0", "firebase": "^10.3.1", "rxfire": "^6.0.5", ```
I agree. This is crucial and need to be done ASAP. Otherwise I will do my own extractor...
I have already made some script. Probably this is not as powerful as this library, but I hope it helps as temporary solution. ```typescript /* eslint-disable @typescript-eslint/no-explicit-any */ import {...
> I have already made some script. Probably this is not as powerful as this library, but I hope it helps as temporary solution. > > ```ts > /* eslint-disable...
> Hi [@JanCizmar](https://github.com/JanCizmar), I would like to work on this issue. I have experience with Angular but not an full on expert. I can do this with your help. Also,...
It was just a matter of time... It is used old version of eslint in ionic starters ... It needs to be updated ... `ng add @angular-eslint/schematics`
This will be really usefull ...