blob: ee99c0d5b50ba147c4f3264733ef69d7187ce59b [file]
{ "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,
"globals": {
"PouchDB": true,
"should": true
},
"white": true,
"indent": 2,
"forin": true,
"predef": [
"describe",
"it",
"after",
"beforeEach",
"afterEach",
"testUtils",
"emit"
]
}