Skip to content

Commit

Permalink
add QUnit to eslint globals
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Jul 2, 2018
1 parent bbc0d6f commit 8c03232
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 @@ -38,7 +38,8 @@
"navigator": false,
"web3": true,
"window": false,
"$": false
"$": false,
"QUnit": false
},

"rules": {
Expand Down

0 comments on commit 8c03232

Please sign in to comment.