TestArmada / nightwatch-extra

MIT License
30 stars 26 forks source link

Remove ESLint packages from dependencies #131

Open swashcap opened 5 years ago

swashcap commented 5 years ago

I noticed that eslint packages are specified in dependencies:

https://github.com/TestArmada/nightwatch-extra/blob/5f77e4cf08bac852b284b702d7110e7ae3235db7/package.json#L90-L92

These are then downloaded alongside the testarmada-nightwatch-extra package, but don't appear to actually be used. Can these be moved to devDependencies?