Skip to content

Allow import-x plugin, not only import #293

Closed
@RobinTail

Description

@RobinTail

There is a line in package.json:

"eslint-plugin-import": "*"

That causes warning during the installation of this package when using eslint-plugin-import-x:

warning " > [email protected]" has unmet peer dependency "eslint-plugin-import@*".

Though, even the Readme file suggest to try it (under its former name):

This plugin adds TypeScript support to eslint-plugin-import (Or maybe you want to try eslint-plugin-i for faster speed)

I'd like to request either marking that dependency as optional peer (using peerDepedenciesMeta entry) or ask for another solution on how these two packages can be installed together without warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions