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) --- js/compiler.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js/compiler.ts') diff --git a/js/compiler.ts b/js/compiler.ts index 39a32bc24..aefdf989d 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -61,7 +61,6 @@ interface Os { */ interface Ts { createLanguageService: typeof ts.createLanguageService; - /* tslint:disable-next-line:max-line-length */ formatDiagnosticsWithColorAndContext: typeof ts.formatDiagnosticsWithColorAndContext; formatDiagnostics: typeof ts.formatDiagnostics; } @@ -529,7 +528,6 @@ window.compilerMain = function compilerMain() { }; }; -/* tslint:disable-next-line:no-default-export */ -export default function denoMain() { +export default function denoMain(): void { os.start("TS"); } -- cgit v1.2.3