UNPKG

413 BPlain TextView Raw
1{
2 "node": true
3, "asi": true
4, "nonstandard": true
5, "strict": false
6, "smarttabs": true
7, "maxlen": 1800
8, "newcap": false
9, "expr": true
10, "undef": true
11, "unused": false
12, "onecase": true
13, "laxcomma": true
14, "laxbreak": true
15, "white": false
16, "shadow": true
17, "proto": true
18, "loopfunc": true
19, "boss": true
20, "validthis": true
21, "unused": "vars"
22, "globals": {
23 "describe": false
24 , "it": false
25 }
26}