chan
Version:
A go style channel implementation that works nicely with co
25 lines (24 loc) • 407 B
Plain Text
{
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"indent": 2,
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"quotmark": "single",
"undef": true,
"strict": false,
"trailing": true,
"maxparams": 5,
"maxdepth": 5,
"maxstatements": 15,
"maxcomplexity": 7,
"maxlen": 80,
"asi": true,
"boss": true,
"eqnull": true,
"browser": true,
"node": true
}