Closed timfish closed 7 years ago
I was using yarn why x to see why I had so many dependencies after building an electron app. eslint and many other things are listed in dependencies whereas they should be devDependencies.
yarn why x
eslint
Doh, just seen #7 😆
I was using
yarn why x
to see why I had so many dependencies after building an electron app.eslint
and many other things are listed in dependencies whereas they should be devDependencies.