UNPKG

287 BPlain TextView Raw
1{
2 "esversion": 6,
3 "node": true,
4 "curly": true,
5 "eqeqeq": true,
6 "nocomma": true,
7 "unused": true,
8 "globals" : {
9 "describe" : false,
10 "it" : false,
11 "before" : false,
12 "beforeEach" : false,
13 "after" : false,
14 "afterEach" : false
15 }
16}