ESLint Migration

This commit is contained in:
Sidney Keese 2020-09-03 07:59:24 -07:00 committed by Josh Perez
parent 315be542b8
commit 48df8ab3b1
13 changed files with 133 additions and 112 deletions

2
ts/model-types.d.ts vendored
View file

@ -70,7 +70,7 @@ type ConversationAttributesType = {
version: number;
};
declare class ConversationModelType extends Backbone.Model<
export declare class ConversationModelType extends Backbone.Model<
ConversationAttributesType
> {
id: string;