UNPKG

665 BPlain TextView Raw
1{
2 "globals": {
3 "describe": false,
4 "it": false,
5 "before": false,
6 "beforeEach": false,
7 "after": false,
8 "afterEach": false,
9 "fixtures": false,
10 "$expect": false,
11 "expect": false,
12 "sinon": false
13 },
14 "curly": true,
15 "eqeqeq": true,
16 "forin": true,
17 "latedef": true,
18 "newcap": true,
19 "noarg": true,
20 "nonew": true,
21 "regexp": true,
22 "undef": true,
23 "unused": "vars",
24 "strict": true,
25 "multistr": true,
26 "onecase": true,
27 "browser": true,
28 "devel": true,
29 "node": true,
30 "nonstandard": true,
31 "laxbreak": true,
32 "indent": 4
33}