UNPKG

548 BPlain TextView Raw
1{
2 "nonew": true,
3 "plusplus": true,
4 "curly": true,
5 "latedef": "nofunc",
6 "unused": true,
7 "noarg": true,
8 "trailing": true,
9 "indent": 2,
10 "forin": true,
11 "noempty": true,
12 "node": true,
13 "eqeqeq": true,
14 "strict": true,
15 "undef": true,
16 "bitwise": true,
17 "newcap": true,
18 "immed": true,
19 "camelcase": true,
20 "nonbsp": true,
21 "maxlen": 100,
22 "freeze": true,
23
24 "globals": {
25 "describe": true,
26 "it": true,
27 "before": true,
28 "beforeEach": true,
29 "after": true,
30 "afterEach": true,
31 "expect": true
32 }
33}
34