From a15871560f80e07386c1dabb8370cd2664ecfd1f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jan 2020 16:56:52 +0100 Subject: Move to eslint --- shared/models/redundancy/video-redundancy.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/redundancy') diff --git a/shared/models/redundancy/video-redundancy.model.ts b/shared/models/redundancy/video-redundancy.model.ts index 014f69634..fa6e05832 100644 --- a/shared/models/redundancy/video-redundancy.model.ts +++ b/shared/models/redundancy/video-redundancy.model.ts @@ -24,10 +24,12 @@ interface RedundancyInformation { size: number } +// eslint-disable-next-line @typescript-eslint/no-empty-interface export interface FileRedundancyInformation extends RedundancyInformation { } +// eslint-disable-next-line @typescript-eslint/no-empty-interface export interface StreamingPlaylistRedundancyInformation extends RedundancyInformation { } -- cgit v1.2.3