discord-baymax-bot/node_modules/log4js/.jshintrc
2017-03-23 23:52:08 -05:00

16 lines
233 B
Plaintext

{
"node": true,
"laxcomma": true,
"indent": 2,
"globalstrict": true,
"maxparams": 6,
"maxdepth": 3,
"maxstatements": 20,
"maxcomplexity": 10,
"maxlen": 100,
"globals": {
"describe": true,
"it": true
}
}