blob: fd9d001d659465bbdcc0e3dd7a54282eab37ed47 [file] [log] [blame]
{ "maxlen": 80,
"curly": true,
"eqeqeq": true,
"immed": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": "vars",
"eqnull": true,
"browser": true,
"node": true,
"strict": true,
"trailing": true,
"globalstrict": true,
"white": true,
"indent": 2,
"forin": true,
"globals": {
"PouchDB": true,
"should": true
},
"predef": [
"describe",
"it",
"after",
"before",
"beforeEach",
"afterEach",
"testUtils",
"emit",
"EventSource",
"indexedDB",
"IDBKeyRange",
"openDatabase",
"sqlitePlugin",
"-Promise"
]
}