Skip to content

Commit

Permalink
chore(eslint): Set ESLint environment to use Jest instead of Mocha (#190
Browse files Browse the repository at this point in the history
)
  • Loading branch information
luftywiranda13 authored and okonet committed Jun 12, 2017
1 parent 4bfe017 commit 3f9517e
Show file tree
Hide file tree
Showing 2 changed files with 4,757 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -5,7 +5,7 @@
"env": {
"browser": false,
"node": true,
"mocha": true,
"jest": true,
"es6": true
},
"rules": {
Expand Down

0 comments on commit 3f9517e

Please sign in to comment.