mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Allow non-null assertion in focus-handlers
This commit is contained in:
parent
d11d66ee79
commit
f0e870f1ae
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-non-null-assertion: "off",
|
||||
*/
|
||||
|
||||
import { enableButtons, disableButtons } from "./toolbar";
|
||||
import type { EditingArea } from "./editing-area";
|
||||
|
||||
|
|
Loading…
Reference in a new issue