UNPKG

274 BPlain TextView Raw
1{
2 "undef": true,
3 "unused": true,
4 "indent": 2,
5 "noempty": true,
6 "node": true,
7 "globals": {
8 "describe": false,
9 "before": false,
10 "beforeEach": false,
11 "afterEach": false,
12 "it": false,
13 "xit": false,
14 "emit": false
15 },
16 "multistr": true
17}