Closed
Description
Version
3.0.1
Node and OS info
node v9.3.0 / npm 6.1.0 / Windows 10
Steps to reproduce
Start a new app with cli.
Select Cypress as e2e testing framework
What is expected?
installation finishes without errors
What is actually happening?
Lint rules are failing
https://gyazo.com/04e0ba22ffa2617e0d0e816623419ded
The _eslintrc.js file inside the templates folder of the cypress plugin is not being transformed to .eslintrc.js as per docs, so it just gets copied with the underscore in the name.
I can make a PR and rename it, but I am not sure that's the proper thing to do, as per the docs at least.