webui: kill eslint's no-explicit-any warning dead dead dead
A sign that it maybe it's not a good fit for us
is the fact that it was sprinkled around our codebase
as prolifically as blinding snow in an Antarctic blizzard.
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: s79f40917a73a3320k
diff --git a/webui/src/web-components/sketch-monaco-view.ts b/webui/src/web-components/sketch-monaco-view.ts
index 1e558f8..9f3fa50 100644
--- a/webui/src/web-components/sketch-monaco-view.ts
+++ b/webui/src/web-components/sketch-monaco-view.ts
@@ -1,4 +1,4 @@
-/* eslint-disable @typescript-eslint/no-explicit-any, no-async-promise-executor, @typescript-eslint/ban-ts-comment */
+/* eslint-disable no-async-promise-executor, @typescript-eslint/ban-ts-comment */
import { html } from "lit";
import { customElement, property, state } from "lit/decorators.js";
import { createRef, Ref, ref } from "lit/directives/ref.js";