Closed lucasrmendonca closed 1 month ago
Before, cypress globals were not being recognized due to importing the legacy version of the cypress plugin. Now, we're importing "eslint-cypress-plugin/flat" instead of "eslint-cypress-plugin" and the "env" property has been replaced with "globals"
:tada: This PR is included in version 44.2.10 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Before, cypress globals were not being recognized due to importing the legacy version of the cypress plugin. Now, we're importing "eslint-cypress-plugin/flat" instead of "eslint-cypress-plugin" and the "env" property has been replaced with "globals"