1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| {
| "curly": true,
| "eqeqeq": true,
| "forin": true,
| "freeze": true,
| "indent": 2,
| "latedef": "nofunc",
| "noarg": true,
| "noempty": true,
| "quotmark": "single",
| "undef": true,
| "strict": false,
| "trailing": true,
| "maxparams": 5,
| "maxdepth": 5,
| "maxstatements": 15,
| "maxcomplexity": 7,
| "maxlen": 80,
| "asi": true,
| "boss": true,
| "eqnull": true,
| "browser": true,
| "node": true
| }
|
|