Open
Description
Is it possible to move typescript-eslint
to peer deps?
This way projects would need to include their own version of typescript-eslint
as devDependency
and this project would no longer need to maintain updating this dependency. (and release new versions when typescript-eslint
was updated)
typescript
is a peerDep
as well so I suggest to do the same for typescript-eslint
if possible
In my opinion this would be a win-win for both sides. 😄
Metadata
Assignees
Labels
No labels