Skip to content

Commit

Permalink
chore: Add jest to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Dec 8, 2023
1 parent 78d1d4e commit 173614b
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 @@ -5,7 +5,8 @@
"commonjs": true,
"es6": true,
"mocha": true,
"node": true
"node": true,
"jest": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "mocha", "prettier"],
Expand Down

0 comments on commit 173614b

Please sign in to comment.