mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Allow for explicit any
This commit is contained in:
parent
51c0cedaf5
commit
3f1da03615
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue