Remove TSLint

Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
Sidney Keese
2020-09-24 18:02:01 -07:00
committed by Josh Perez
parent be705bc312
commit dabab60f56
42 changed files with 31 additions and 394 deletions
-2
View File
@@ -1,4 +1,3 @@
/* tslint:disable no-backbone-get-set-outside-model */
import { isNumber } from 'lodash';
import {
@@ -405,7 +404,6 @@ export async function mergeGroupV2Record(
const isFirstSync = !isNumber(window.storage.get('manifestVersion'));
const dropInitialJoinMessage = isFirstSync;
// tslint:disable-next-line no-floating-promises
waitThenMaybeUpdateGroup({
conversation,
dropInitialJoinMessage,