Skip to content

Commit

Permalink
Add Jest to ESLint env
Browse files Browse the repository at this point in the history
  • Loading branch information
fheft committed May 8, 2019
1 parent b5966a3 commit 1b9a47c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"env": {
"browser": true,
"es6": true
"es6": true,
"jest": true
},
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"plugins": ["prettier"],
Expand Down

0 comments on commit 1b9a47c

Please sign in to comment.