Skip to content

Commit f756653

Browse files
chore(eslint): update globals
1 parent 71d8b0e commit f756653

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ export default defineConfig([
3434

3535
languageOptions: {
3636
globals: {
37+
...globals.browser,
3738
...globals.node,
39+
...globals.vitest,
3840
},
3941
parserOptions: {
4042
project: ['tsconfig.build.json', 'tsconfig.test.json'],

0 commit comments

Comments
 (0)