gajus / eslint-config-canonical

The most comprehensive ES code style guide.
Other
598 stars 30 forks source link

fix: replace deprecated "env" property with "globals" for cypress config #90

Closed lucasrmendonca closed 1 month ago

lucasrmendonca commented 2 months 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"

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 44.2.10 :tada:

The release is available on:

Your semantic-release bot :package::rocket: