2014-11-05 17:46:01 +00:00
|
|
|
{
|
2015-02-25 14:53:28 +00:00
|
|
|
"browserify": true,
|
|
|
|
"bitwise": true,
|
|
|
|
"camelcase": true,
|
2014-11-05 17:46:01 +00:00
|
|
|
"eqeqeq": true,
|
2015-02-25 14:53:28 +00:00
|
|
|
"freeze": true,
|
|
|
|
"funcscope": false,
|
|
|
|
"maxcomplexity": 4, /* our target is 3! */
|
|
|
|
"maxdepth": 3,
|
|
|
|
"maxerr": 50,
|
|
|
|
/*"maxlen": 80*/ /*this should be our goal*/
|
2015-05-23 13:59:19 +00:00
|
|
|
/*"maxparams": 3,*/
|
2015-02-25 14:53:28 +00:00
|
|
|
"nonew": true,
|
|
|
|
"unused": true,
|
2014-11-05 17:46:01 +00:00
|
|
|
"undef": true,
|
2015-02-25 14:53:28 +00:00
|
|
|
"predef": [
|
|
|
|
"console"
|
|
|
|
]
|
|
|
|
}
|