23 lines
353 B
Plaintext
23 lines
353 B
Plaintext
|
{
|
||
|
"bitwise": true,
|
||
|
"curly": true,
|
||
|
"eqeqeq": true,
|
||
|
"es5": true,
|
||
|
"latedef": true,
|
||
|
"maxcomplexity": 10,
|
||
|
"maxdepth": 5,
|
||
|
"maxlen": 80,
|
||
|
"maxparams": 4,
|
||
|
"maxstatements": 15,
|
||
|
"newcap": true,
|
||
|
"node": true,
|
||
|
"noempty": true,
|
||
|
"nonew": true,
|
||
|
"quotmark": true,
|
||
|
"smarttabs": true,
|
||
|
"strict": false,
|
||
|
"trailing": true,
|
||
|
"undef": true,
|
||
|
"unused": true
|
||
|
}
|