mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Allow for explicit any
This commit is contained in:
parent
16b6d95593
commit
66608b06b0
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