moebius
Version:
Command-Line tool to find and download comics (As well as NodeJS module)
30 lines (24 loc) • 484 B
Plain Text
{
"node" : true,
"esnext" : true,
"bitwise" : true,
"curly" : true,
"eqeqeq" : true,
"freeze" : true,
"funcscope" : false,
"futurehostile" : false,
"latedef" : "nofunc",
"maxdepth" : 2,
"maxparams" : 3,
"maxstatements" : 25,
"maxcomplexity" : 9,
"noarg" : true,
"nocomma" : true,
"nonew" : true,
"singleGroups" : true,
"strict" : true,
"undef" : true,
"unused" : true,
"globals" : {
}
}