From efcf1976b523ba36f824c691d941f7a981fe2980 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 18 May 2021 19:21:25 +0200 Subject: [PATCH] Allow any in deckoptions/index until typing is provided --- ts/deckoptions/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/deckoptions/index.ts b/ts/deckoptions/index.ts index 52f0b1d19..fd622204f 100644 --- a/ts/deckoptions/index.ts +++ b/ts/deckoptions/index.ts @@ -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 { getDeckOptionsInfo, DeckOptionsState } from "./lib"; import { setupI18n, ModuleName } from "lib/i18n"; import { checkNightMode } from "lib/nightmode";