in-memoriam
Version:
Easy to use, high-speed O(1) for all operations, in-memory cache with both ttl and capacity support.
43 lines (40 loc) • 856 B
Plain Text
{
"node": true,
"bitwise": true,
"boss": true,
"camelcase": true,
"curly": true,
"debug": true,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"expr": true,
"forin": true,
"freeze": true,
"globalstrict": true,
"immed": true,
"indent": 2,
"latedef": "nofunc",
"maxcomplexity": 11,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true,
"unused": true,
"predef": [
],
"overrides": {
"**/*.spec.js": {
"mocha": true,
"globals": {
"should": false,
"describe": false,
"it": false
}
}
}
}