UNPKG

309 BJSONView Raw
1{
2 "asi": true,
3 "camelcase": true,
4 "freeze": true,
5 "immed": true,
6 "indent": 2,
7 "latedef": true,
8 "maxcomplexity": 10,
9 "maxlen": 120,
10 "noarg": true,
11 "noempty": true,
12 "nonbsp": true,
13 "node": true,
14 "nonew": true,
15 "undef": true,
16 "unused": true,
17 "strict": false,
18 "trailing": true
19}