Skip to content

Commit

Permalink
chore: adds eslint configuration for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanela committed Dec 10, 2024
1 parent 1c1d352 commit da77614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"es6": true,
"node": true,
"mocha": true,
"es2020": true
"es2020": true,
"jest": true
},
"extends": [
"eslint:recommended",
Expand Down

0 comments on commit da77614

Please sign in to comment.