UNPKG

724 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 "expect": true
29 },
30 "predef": [
31 "$",
32 "React",
33 "after",
34 "afterEach",
35 "angular",
36 "before",
37 "beforeEach",
38 "browser",
39 "by",
40 "describe",
41 "document",
42 "element",
43 "inject",
44 "it",
45 "sinon"
46 ]
47}