Skip to content

Commit

Permalink
fix: correct globals reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent adb487a commit 4ad4864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/cypress.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ad4864

Please sign in to comment.