mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Turn off no-explicit-warning for editing-area
This commit is contained in:
parent
d22aa72964
commit
4da68e3583
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
/* eslint
|
||||
@typescript-eslint/no-non-null-assertion: "off",
|
||||
@typescript-eslint/no-explicit-any: "off",
|
||||
*/
|
||||
|
||||
import ImageHandle from "./ImageHandle.svelte";
|
||||
|
|
Loading…
Reference in a new issue