Closed
Description
There is a line in package.json
:
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
Labels
No labels