ka-ching
Version:
A caching module for streams
27 lines (26 loc) • 404 B
Plain Text
{
"bitwise": true,
"devel": true,
"eqeqeq": true,
"expr": true,
"latedef": "nofunc",
"maxcomplexity": 6,
"maxdepth": 5,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"predef": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
],
"trailing": true,
"undef": true,
"unused": true,
"validthis": true
}