UNPKG

701 BPlain TextView Raw
1{
2 "maxerr" : 10,
3 "indent" : 2,
4
5 "maxparams" : 3,
6 "maxdepth" : 3,
7 "maxstatements" : 15,
8 "maxlen" : 120,
9
10 "camelcase" : true,
11 "forin" : false,
12 "immed" : true,
13 "newcap" : true,
14 "quotmark" : "single",
15
16 "asi" : true,
17 "eqnull" : true,
18 "esnext" : true,
19 "funcscope" : true,
20 "globalstrict" : true,
21 "lastsemic" : true,
22 "shadow" : true,
23
24 "node" : true,
25 "nonstandard" : true,
26
27 "globals": {
28 "it": true,
29 "describe": true,
30 "beforeEach": true,
31 "afterEach": true,
32 "before": true,
33 "after": true,
34 "define": true,
35 "should": true
36 }
37}
\No newline at end of file