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
Since the update to version 2.23, we have a lot of false positives in our project being part of two categories :
error 'rxjs/operators' should be listed in the project's dependencies. Run 'npm i -S rxjs/operators' to add it import/no-extraneous-dependencies : rxjs/operators is a sub-module of rxjs so I don't have to add it to project dependencies.
*error `@models/partner/partner-id` import should occur before import of `@models/partner/partner` import/order : I can fix these issues, but it seems that the order has changed between two versions and I don not understand why and if it is on purpose ? I can not find mention to this in the changelogs.
Cheers 🤙
Enase, neefrehman, buu700, maxmilton, tarlepp and 22 moreEnase, neefrehman and jtneal