Open
Description
Description:
If you create an instance inside the create-eth repo the yarn lint
fails.
Reason:
I think it's due to how yarn manages the dependencies. And since here in create-eth
we also have eslint v9 and it's peer dependencies are not locked and since we have higher versions of peer dependencies in create-eth
the instance lint from hardhat
take those higher peer dependencies.
Solution:
Talking with @carletex, since this will occur only for people testing create-eth and extension developer maybe we should give a small disclaimer in Extension docs / while testing that creating avoid creating the instance inside already initialize project or inside create-eth
Metadata
Metadata
Assignees
Labels
No labels