From 3f1da036153a9f16cae8d75217c38350533ceffa Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 17 Sep 2021 21:30:32 +0200 Subject: [PATCH] Allow for explicit any --- ts/editable/mathjax.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/editable/mathjax.ts b/ts/editable/mathjax.ts index 1471a3c15..739b45f43 100644 --- a/ts/editable/mathjax.ts +++ b/ts/editable/mathjax.ts @@ -1,6 +1,10 @@ // Copyright: Ankitects Pty Ltd and contributors // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html +/* eslint +@typescript-eslint/no-explicit-any: "off", + */ + import { mathIcon } from "./icons"; const parser = new DOMParser();