valid jshint config with globals for tests only
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…
Reference in New Issue