chore(lint): Add sandbox as global to test .eslintrc

This commit is contained in:
Blade Barringer 2015-12-31 15:49:33 -06:00
parent 0d75d5b541
commit 730e5e3431

View file

@ -10,6 +10,7 @@
"globals": {
"expect": true,
"_": true,
"sandbox": true,
"sinon": true
},
"plugins": [ "mocha" ]