fix(deps): update dependency typescript-eslint to ^8.12.2 (#1381)

* fix(deps): update dependency typescript-eslint to ^8.12.2

* fix: lint issues

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-10-31 16:00:47 +01:00
committed by GitHub
parent 134ecf1ee7
commit 17401d1d72
7 changed files with 63 additions and 69 deletions

View File

@@ -1,5 +1,3 @@
import type { WidgetKind } from "@homarr/definitions";
export type WidgetImportRecord = {
[K in WidgetKind]: unknown;
};
export type WidgetImportRecord = Record<WidgetKind, unknown>;