add jasmine and spyOn to acceptable jshint globals

This commit is contained in:
jlmitch5
2016-11-18 13:13:49 -05:00
committed by GitHub
parent a192077be4
commit 6ef44c39c8

View File

@@ -32,7 +32,9 @@
"expect": false, "expect": false,
"context": false, "context": false,
"describe": false, "describe": false,
"moment": false "moment": false,
"spyOn": false,
"jasmine": false
}, },
"strict": false, "strict": false,
"quotmark": false, "quotmark": false,