set standard.globals

This commit is contained in:
Zeke Sikelianos 2016-03-28 13:09:18 -07:00 committed by Kevin Sawicki
parent 09635ae50e
commit 3a55f0d1f7

View file

@ -12,6 +12,7 @@
}, },
"standard": { "standard": {
"ignore": ["/vendor"], "ignore": ["/vendor"],
"globals": ["afterEach", "beforeEach", "describe", "it", "location"]
}, },
"private": true, "private": true,
"scripts": { "scripts": {