19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
|
{
|
||
|
"globals": {
|
||
|
"after": true,
|
||
|
"afterEach": true,
|
||
|
"before": true,
|
||
|
"beforeEach": true,
|
||
|
"describe": true,
|
||
|
"it": true
|
||
|
},
|
||
|
"latedef": "nofunc",
|
||
|
"maxparams": 5,
|
||
|
"maxdepth": 2,
|
||
|
"maxstatements": 5,
|
||
|
"maxcomplexity": 5,
|
||
|
"node": true,
|
||
|
"strict": true,
|
||
|
"unused": true
|
||
|
}
|