Disable lint in InviteDialog

pull/21833/head
Travis Ralston 2020-07-23 15:58:06 -06:00
parent 66eb069651
commit 2abec8b100
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ import {Action} from "../../../dispatcher/actions";
import {DefaultTagID} from "../../../stores/room-list/models";
import RoomListStore from "../../../stores/room-list/RoomListStore";
// we have a number of types defined from the Matrix spec which can't reasonably be altered here.
/* eslint-disable camelcase */
export const KIND_DM = "dm";
export const KIND_INVITE = "invite";