discord-baymax-bot/node_modules/streamroller/.jshintrc

18 lines
272 B
Plaintext
Raw Normal View History

2017-03-24 04:52:08 +00:00
{
"node": true,
"laxcomma": true,
"indent": 2,
"globalstrict": true,
"maxparams": 6,
"maxdepth": 3,
"maxstatements": 20,
"maxcomplexity": 10,
"maxlen": 100,
"globals": {
"describe": true,
"it": true,
"before": true,
"after": true
}
}