log4js-node/.jshintrc

16 lines
234 B
Plaintext
Raw Permalink Normal View History

2013-05-25 12:00:06 +08:00
{
"node": true,
"laxcomma": true,
"indent": 2,
"globalstrict": true,
"maxparams": 5,
"maxdepth": 3,
"maxstatements": 20,
"maxcomplexity": 5,
"maxlen": 100,
"globals": {
"describe": true,
"it": true
}
}