From 4ad4864e4036ae0637673b3319fb345728613ae3 Mon Sep 17 00:00:00 2001 From: Gajus Date: Mon, 11 Nov 2024 13:25:55 -0600 Subject: [PATCH] fix: correct globals reference --- configurations/cypress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/cypress.js b/configurations/cypress.js index c3e1938..282baf0 100644 --- a/configurations/cypress.js +++ b/configurations/cypress.js @@ -2,7 +2,7 @@ const cypress = require('eslint-plugin-cypress/flat'); module.exports.recommended = { languageOptions: { - globals: cypress.recommended.plugins.cypress.environments.globals.globals, + globals: cypress.configs.recommended.languageOptions.globals, }, plugins: { cypress,