From 52edc7a63e1c1ecbb2409b448a0835a38b8510c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Mon, 22 Apr 2024 10:50:57 +0200 Subject: [PATCH] removed eslint ignore --- ui-src/lib/penpot.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-src/lib/penpot.d.ts b/ui-src/lib/penpot.d.ts index 1fbb9b74..10e91eaf 100644 --- a/ui-src/lib/penpot.d.ts +++ b/ui-src/lib/penpot.d.ts @@ -9,7 +9,6 @@ import { RectShape } from '@ui/lib/types/rect/rectShape'; import { TextShape } from '@ui/lib/types/text/textShape'; export interface PenpotFile { - // eslint-disable-next-line @typescript-eslint/no-explicit-any addPage(name: string, options?: PenpotPageOptions): void; closePage(): void; addArtboard(artboard: FrameShape): void;