event-emitter-enhancer
Version:
Enhances the Node.js EventEmitter with extra capabilities.
25 lines (24 loc) • 421 B
JSON
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"esversion": 6,
"forin": true,
"freeze": true,
"futurehostile": true,
"latedef": true,
"maxcomplexity": 8,
"maxdepth": 5,
"maxerr": 100,
"maxparams": 5,
"maxstatements": 50,
"noarg": true,
"nocomma": false,
"nonbsp": true,
"nonew": true,
"singleGroups": false,
"strict": true,
"undef": true,
"unused": true,
"varstmt": false
}