UNPKG

789 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 "noyield": true,
25 "sub": true,
26 "trailing": true,
27 "undef": true,
28 "unused": true,
29 "globals": {
30 "cli": true,
31 "expect": true
32 },
33 "predef": [
34 "$",
35 "after",
36 "afterEach",
37 "angular",
38 "before",
39 "beforeEach",
40 "browser",
41 "by",
42 "context",
43 "describe",
44 "document",
45 "element",
46 "inject",
47 "it",
48 "nock",
49 "sinon"
50 ]
51}