Skip to content

Commit

Permalink
Merge pull request #6382 from jtpio/fix-eslint-config
Browse files Browse the repository at this point in the history
Fix ESLint config for tests
  • Loading branch information
jtpio authored Apr 27, 2022
2 parents 60d58a6 + 040bfe4 commit ca0f541
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"docs/**/*",
".eslintrc.js"
],
"types": ["jest"]
"compilerOptions": {
"types": ["jest"]
}
}

0 comments on commit ca0f541

Please sign in to comment.