valid jshint config with globals for tests only

v1.18.x
Denis Wolf 12 years ago
parent 252187f1fe
commit babe9b6f54

@ -0,0 +1,9 @@
{
"strict" : false, // true: Requires all functions run in ES5 Strict Mode
// Custom Globals
"globals" : {
"it": false,
"describe": false
}
}
Loading…
Cancel
Save