From 633fc1372f1e7fd436ce998ec64422358850b113 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 29 Jan 2019 18:46:40 +0100 Subject: [PATCH] Lint --- src/panels/lovelace/components/hui-yaml-editor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/panels/lovelace/components/hui-yaml-editor.ts b/src/panels/lovelace/components/hui-yaml-editor.ts index 702ef63dc3..388ec016f7 100644 --- a/src/panels/lovelace/components/hui-yaml-editor.ts +++ b/src/panels/lovelace/components/hui-yaml-editor.ts @@ -1,4 +1,5 @@ -import * as CodeMirror from "codemirror"; +// @ts-ignore +import CodeMirror from "codemirror"; import "codemirror/mode/yaml/yaml"; // @ts-ignore import codeMirrorCSS from "codemirror/lib/codemirror.css";