From 04ba90907bc1a42d1427a888ea438cb3464292f9 Mon Sep 17 00:00:00 2001 From: Kai Schlamp Date: Sun, 5 Sep 2021 10:39:30 +0200 Subject: [PATCH] Fix ESLint issues --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 019d100..c5c7aaf 100644 --- a/index.d.ts +++ b/index.d.ts @@ -64,7 +64,7 @@ declare module 'monaco-editor/esm/vs/editor/editor.api' { /** * A list of custom tags. */ - readonly customTags?: Array + readonly customTags?: string[]; readonly format?: boolean; }