davidjbradshaw / eslint-config-auto

Automatically configure ESLint based on project dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Dependencies installation

rluvaton opened this issue · comments

Thank you for this great library, but one feature that's missing for me is the option to install the dependencies for you

That's an interesting feature that I thought about, the problem is that you then end up having to support multiple different package managers and dealing with dependency updates as well.