Move typescript-eslint to peerDeps
devtobi opened this issue · 2 comments
devtobi commented
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. 😄
haoqunjiang commented
Considering that, to date, every major version of typescript-eslint ships with some breaking changes that require effort to adapt on our side, making it a peer dependency doesn't provide much benefit at the moment.
devtobi commented
Thanks for clarifying. 😄