Skip to content

import/no-extraneous-dependencies and import/order false postives since version 2.23 #2065

@mlbiche

Description

@mlbiche

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 🤙

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions