Skip to content

Commit 507dbbb

Browse files
committed
eslint removed from it
1 parent 61e2b73 commit 507dbbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default [
3030
'**/*.json',
3131
'**/*.svg',
3232
'schema.graphql',
33-
'vitest.setup.ts',
3433
],
3534
},
3635
{
@@ -48,6 +47,10 @@ export default [
4847
window: 'readonly',
4948
localStorage: 'readonly',
5049
setTimeout: 'readonly',
50+
console: 'readonly', // Add console as a global variable
51+
beforeAll: 'readonly',
52+
afterEach: 'readonly',
53+
afterAll: 'readonly',
5154
},
5255
},
5356
plugins: {

0 commit comments

Comments
 (0)