Skip to content

Commit

Permalink
Override @typescript-eslint/utils for eslint-plugin-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Jan 3, 2025
1 parent 4098875 commit e2fc8e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"jest-circus": "^27.3.1",
"jest-junit": "^13.0.0"
},
"overrides": {
"eslint-plugin-jest": {
"@typescript-eslint/utils": "^7.0.0"
}
},
"scripts": {
"test": "NODE_ENV=test jest --config config/jest.config.js",
"lint": "eslint -c .eslintrc.json src test",
Expand Down

0 comments on commit e2fc8e4

Please sign in to comment.