UNPKG

438 BPlain TextView Raw
1{
2 "bitwise": true,
3 "curly": true,
4 "eqeqeq": true,
5 "esnext": true,
6 "forin": true,
7 "freeze": true,
8 "futurehostile": true,
9 "latedef": true,
10 "maxparams": 15,
11 "maxdepth": 5,
12 "maxstatements": 50,
13 "maxcomplexity": 50,
14 "noarg": true,
15 "nonbsp": true,
16 "nonew": true,
17 "singleGroups": true,
18 "strict": true,
19 "trailing": true,
20 "undef": true,
21 "unused": true,
22 "browser": true,
23 "node": true,
24 "jasmine": true
25}
\No newline at end of file