UNPKG

574 BPlain TextView Raw
1{
2 "asi": false,
3 "bitwise": true,
4 "curly": false,
5 "eqeqeq": true,
6 "esnext": true,
7 "forin": true,
8 "freeze": true,
9 "immed": true,
10 "indent": 2,
11 "latedef": true,
12 "laxcomma": true,
13 "maxcomplexity": 10,
14 "maxdepth": 5,
15 "maxparams": 5,
16 "maxstatements": 25,
17 "multistr": true,
18 "newcap": true,
19 "noarg": true,
20 "node": true,
21 "noempty": true,
22 "nonbsp": true,
23 "nonew": true,
24 "trailing": true,
25 "undef": true,
26 "unused": true,
27 "globals": {
28 "cli": true
29 },
30 "predef": [
31 "afterEach",
32 "beforeEach",
33 "describe",
34 "it"
35 ]
36}