Skip to content

Commit 1f9e25c

Browse files
committed
downgrade next to fix firefox incompatibility
Signed-off-by: dalthecow <[email protected]>
1 parent 304a54a commit 1f9e25c

File tree

8 files changed

+673
-883
lines changed

8 files changed

+673
-883
lines changed

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ export default tseslint.config(
137137
project: './tsconfig.cypress.json',
138138
tsconfigRootDir: __dirname,
139139
},
140-
// FIX: This is the correct way to get globals from the Cypress plugin's recommended config.
141-
globals: cypressPlugin.configs.recommended.languageOptions.globals,
142140
},
143141
plugins: {
144142
cypress: cypressPlugin,

0 commit comments

Comments
 (0)