Skip to content

Commit ac5b1b2

Browse files
committed
Fix eslint.config
1 parent 29fc2ab commit ac5b1b2

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

eslint.config.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ export default [
2727
version: 'detect',
2828
},
2929
},
30-
overrides: [
31-
{
32-
files: ['**/*.integration-test.*', '**/*.test.*'],
33-
env: {
34-
jest: true,
35-
},
36-
},
37-
],
30+
},
31+
{
32+
files: ['**/*.integration-test.*', '**/*.test.*'],
33+
env: {
34+
jest: true,
35+
},
3836
},
3937
]

0 commit comments

Comments
 (0)