Skip to content

Commit

Permalink
chore: 馃 specify Jest version explicitly for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jun 6, 2020
1 parent 3433bd1 commit cb41939
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/config/eslint/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"promise",
"standard"
],
"settings": {
"jest": {
"version": 26
}
},
"rules": {
"@typescript-eslint/indent": [
"error",
Expand Down

0 comments on commit cb41939

Please sign in to comment.