From 034e2cc02829c9244b32232074c7a48af827a2fb Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sun, 10 Mar 2019 04:30:38 +1100 Subject: Migrate from tslint to eslint for linting (#1905) --- tests/019_media_types.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/019_media_types.ts') diff --git a/tests/019_media_types.ts b/tests/019_media_types.ts index 90eca80bf..5f1f862a0 100644 --- a/tests/019_media_types.ts +++ b/tests/019_media_types.ts @@ -2,7 +2,6 @@ // based on the URL containing `.t#.` strings, which exercises the different // mapping of media types end to end. -// tslint:disable:max-line-length import { loaded as loadedTs1 } from "http://localhost:4545/tests/subdir/mt_text_typescript.t1.ts"; import { loaded as loadedTs2 } from "http://localhost:4545/tests/subdir/mt_video_vdn.t2.ts"; import { loaded as loadedTs3 } from "http://localhost:4545/tests/subdir/mt_video_mp2t.t3.ts"; -- cgit v1.2.3