UNPKG

640 BPlain TextView Raw
1{
2 "predef": [
3 "document",
4 "module",
5 "require",
6 "__dirname",
7 "process",
8 "console",
9 "it",
10 "xit",
11 "describe",
12 "xdescribe",
13 "before",
14 "beforeEach",
15 "after",
16 "afterEach"
17 ],
18
19 "node": true,
20 "bitwise": true,
21 "curly": true,
22 "eqeqeq": true,
23 "forin": false,
24 "immed": true,
25 "latedef": true,
26 "noarg": true,
27 "noempty": true,
28 "nonew": true,
29 "plusplus": false,
30 "undef": true,
31 "strict": false,
32 "trailing": false,
33 "globalstrict": true,
34 "nonstandard": true,
35 "white": false,
36 "indent": 2,
37 "expr": true,
38 "multistr": true,
39 "onevar": false,
40 "unused": "vars"
41}