Remove TSLint
Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
parent
be705bc312
commit
dabab60f56
42 changed files with 31 additions and 394 deletions
|
@ -169,7 +169,6 @@ export default class AccountManager extends EventTarget {
|
|||
);
|
||||
}
|
||||
|
||||
// tslint:disable-next-line max-func-body-length
|
||||
async registerSecondDevice(
|
||||
setProvisioningUrl: Function,
|
||||
confirmNumber: (number?: string) => Promise<string>,
|
||||
|
@ -385,7 +384,6 @@ export default class AccountManager extends EventTarget {
|
|||
e.code <= 599
|
||||
) {
|
||||
const rejections =
|
||||
// tslint:disable-next-line restrict-plus-operands
|
||||
1 + window.textsecure.storage.get('signedKeyRotationRejected', 0);
|
||||
await window.textsecure.storage.put(
|
||||
'signedKeyRotationRejected',
|
||||
|
@ -476,7 +474,6 @@ export default class AccountManager extends EventTarget {
|
|||
});
|
||||
}
|
||||
|
||||
// tslint:disable max-func-body-length
|
||||
async createAccount(
|
||||
number: string,
|
||||
verificationCode: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue