FIXED
eslint
$ npm install eslint-plugin-cypress Add .eslintrc.json to cypress directory json
$ npm install eslint-plugin-cypress
{ "extends": [ "plugin:cypress/recommended" ] }
reactjs - ESLint: 'cy' is not defined (Cypress) - Stack Overflow