A part of eslinter --init is to install dependencies. At the moment this is always done with npm. Could there be a CLI option to use yarn instead?
The rationale is that in yarn managed projects forcing to run npm i makes a bit mess and forces to remove package-lock.json, remove node_modules and reinstall using yarn.
A part of
eslinter --initis to install dependencies. At the moment this is always done with npm. Could there be a CLI option to use yarn instead?The rationale is that in yarn managed projects forcing to run
npm imakes a bit mess and forces to removepackage-lock.json, removenode_modulesand reinstall usingyarn.