idb-wrapper
Version:
A cross-browser wrapper for IndexedDB
25 lines (21 loc) • 372 B
Plain Text
{
"bitwise": true,
"curly": true,
"eqeqeq": false,
"forin": false,
"freeze": true,
"futurehostile": true,
"latedef": "nofunc",
"noarg": true,
"nonbsp": true,
"nonew": true,
"strict": "function",
"undef": true,
"unused": true,
"expr": true,
"camelcase": true,
"quotmark": "single",
"newcap": true,
"browser": true,
"worker": true
}