Allow for explicit any

This commit is contained in:
Henrik Giesel 2021-09-17 21:30:32 +02:00
parent 51c0cedaf5
commit 3f1da03615

View file

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