mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Satisfy eslint
This commit is contained in:
parent
111d34c17b
commit
c663785264
2 changed files with 12 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-non-null-assertion: "off",
|
||||
*/
|
||||
|
||||
import type { DecoratedElement } from "./decorated";
|
||||
import { decoratedComponents } from "./decorated";
|
||||
import { bridgeCommand } from "lib/bridgecommand";
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
// Copyright: Ankitects Pty Ltd and contributors
|
||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
|
||||
/* eslint
|
||||
@typescript-eslint/no-non-null-assertion: "off",
|
||||
@typescript-eslint/no-explicit-any: "off",
|
||||
*/
|
||||
|
||||
import "mathjax/es5/tex-svg-full";
|
||||
|
||||
import type { DecoratedElement, DecoratedElementConstructor } from "./decorated";
|
||||
|
|
Loading…
Reference in a new issue