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();