From 09819d4e7da6f0a346d51b7467074506226e2af6 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 8 Aug 2021 00:42:25 +0200 Subject: [PATCH] Satisfy eslint --- ts/editor/codeMirror.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/editor/codeMirror.ts b/ts/editor/codeMirror.ts index a0d04812e..dc7403415 100644 --- a/ts/editor/codeMirror.ts +++ b/ts/editor/codeMirror.ts @@ -24,7 +24,7 @@ export const htmlanki = { }, }; -const noop = () => { +const noop = (): void => { /* noop */ };