UNPKG

428 BPlain TextView Raw
1{
2 "trailing": true,
3 "unused": true,
4 "boss": true,
5 "laxcomma": true,
6 "eqeqeq" : true,
7 "indent": 2,
8 "latedef": "nofunc",
9 "noarg": true,
10 "noempty": true,
11 "quotmark": "single",
12 "undef": true,
13 "maxdepth": 4,
14 //"maxlen": 100,
15 "node": true,
16 "globals": {
17 "require": false,
18 "process": false,
19 "Buffer": false,
20 "window": false,
21 "document": false,
22 "config": false,
23 "$": false
24 }
25}