log4js-node/.jshintrc
2013-08-29 16:56:40 +10:00

19 lines
297 B
Plaintext

{
"node": true,
"laxcomma": true,
"indent": 2,
"globalstrict": true,
"maxparams": 5,
"maxdepth": 3,
"maxstatements": 20,
"maxcomplexity": 5,
"maxlen": 100,
"globals": {
"describe": true,
"it": true,
"before": true,
"beforeEach": true,
"after": true
}
}