Fix lint
This commit is contained in:
parent
03d09e9d24
commit
f7c02819be
|
@ -38,4 +38,3 @@ export async function deleteSwSubscription(swSubscription: string | mongo.Object
|
|||
_id: s._id
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ process.on('unhandledRejection', console.dir);
|
|||
const fs = require('fs');
|
||||
const _chai = require('chai');
|
||||
const chaiHttp = require('chai-http');
|
||||
const should = _chai.should();
|
||||
|
||||
_chai.use(chaiHttp);
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"align": false,
|
||||
"indent": ["tab"],
|
||||
"quotemark": ["single"],
|
||||
"no-var-requires": false,
|
||||
|
|
Loading…
Reference in New Issue