UNPKG

401 BPlain TextView Raw
1{
2 "bitwise": true,
3 "immed": true,
4 "newcap": true,
5 "noarg": true,
6 "noempty": true,
7 "nonew": true,
8 "trailing": true,
9 "maxlen": 200,
10 "boss": true,
11 "eqnull": true,
12 "expr": true,
13 "globalstrict": true,
14 "laxbreak": true,
15 "loopfunc": true,
16 "sub": true,
17 "undef": true,
18 "indent": 2,
19 "unused": true,
20
21 "node": true,
22 "jasmine": true,
23 "globals": {
24 "System": true
25 }
26}