1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-02 17:02:31 +03:00

Re-appease linter

This commit is contained in:
Travis Ralston
2021-07-16 16:30:06 -06:00
parent 16fe5a91d5
commit 589c66bb12

View File

@@ -23,6 +23,6 @@ export enum ThreepidMedium {
export interface IThreepid { export interface IThreepid {
medium: ThreepidMedium; medium: ThreepidMedium;
address: string; address: string;
validated_at: number; validated_at: number; // eslint-disable-line camelcase
added_at: number; added_at: number; // eslint-disable-line camelcase
} }