Skip to content

Commit

Permalink
chore: fix vitest globals
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Dec 4, 2024
1 parent aaa16ae commit bfa0b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = {
"packages/example-nextjs15",
],
globals: {
vi: true
vi: true,
vitest: true
},
rules: {
'max-len': 'off',
Expand Down

0 comments on commit bfa0b98

Please sign in to comment.