You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently define Cypress globals explicitly in an .eslintrc for the test/e2e folder, which requires maintaining an independent list of globals Cypress might introduce in the future.
What does the proposed API look like?
Using eslint-plugin-cypress, we can simplify this to:
What problem does this feature solve?
We currently define Cypress globals explicitly in an
.eslintrc
for thetest/e2e
folder, which requires maintaining an independent list of globals Cypress might introduce in the future.What does the proposed API look like?
Using
eslint-plugin-cypress
, we can simplify this to:The text was updated successfully, but these errors were encountered: