Skip to content

Commit 5a8daec

Browse files
committed
Fix eslint config
1 parent ac5b1b2 commit 5a8daec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export default [
3030
},
3131
{
3232
files: ['**/*.integration-test.*', '**/*.test.*'],
33-
env: {
34-
jest: true,
33+
languageOptions: {
34+
globals: globals.jest,
3535
},
3636
},
3737
]

0 commit comments

Comments
 (0)