Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Dias committed Sep 13, 2018
1 parent 487e5df commit e8cc584
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 @@ -19,7 +19,8 @@
"env": {
"browser": true,
"node": true,
"mocha": true
"mocha": true,
"jest": true
},
"globals": {
"__DEV__": true
Expand Down

0 comments on commit e8cc584

Please sign in to comment.