UNPKG

675 BPlain TextView Raw
1{
2 "curly": true,
3 "eqeqeq": true,
4 "eqnull": true,
5 "bitwise": true,
6 "camelcase": false,
7 "forin": true,
8 "immed": true,
9 "indent": 4,
10 "latedef": true,
11 "newcap": true,
12 "noarg": true,
13 "noempty": true,
14 "nonew": false,
15 "plusplus": false,
16 "regexp": true,
17 "undef": true,
18 "unused": true,
19 "trailing": true,
20 "maxparams": 10,
21 "maxdepth": 3,
22 "maxstatements": 50,
23 "maxcomplexity": 5,
24 "smarttabs": true,
25
26 "browser": false,
27 "node": true,
28
29 "globals": {
30 "process": true,
31 "setTimeout": true,
32 "require": true,
33 "console": true,
34 "module": true,
35 "GLOBAL": true,
36 "describe": true,
37 "before": true,
38 "it": true,
39 "clientSockets": true,
40 "__dirname": true
41 }
42}
\No newline at end of file