You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 😄
The text was updated successfully, but these errors were encountered:
Is it possible to move
typescript-eslint
to peer deps?This way projects would need to include their own version of
typescript-eslint
asdevDependency
and this project would no longer need to maintain updating this dependency. (and release new versions whentypescript-eslint
was updated)typescript
is apeerDep
as well so I suggest to do the same fortypescript-eslint
if possibleIn my opinion this would be a win-win for both sides. 😄
The text was updated successfully, but these errors were encountered: