Skip to content

Commit

Permalink
Fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Oct 28, 2024
1 parent ac5b1b2 commit 5a8daec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default [
},
{
files: ['**/*.integration-test.*', '**/*.test.*'],
env: {
jest: true,
languageOptions: {
globals: globals.jest,
},
},
]

0 comments on commit 5a8daec

Please sign in to comment.