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

18 lines
272 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,
"before": true,
"after": true
}
}