From cdb37758b866b93834ae2d38813a5cc692b4ae86 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Wed, 9 Oct 2024 19:33:31 +0530 Subject: [PATCH] fix(lint): linting Signed-off-by: Sudhanshu Dasgupta --- src/custom/CustomCatalog/custom-card.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/custom/CustomCatalog/custom-card.tsx b/src/custom/CustomCatalog/custom-card.tsx index 53ff8414e..06ee8018d 100644 --- a/src/custom/CustomCatalog/custom-card.tsx +++ b/src/custom/CustomCatalog/custom-card.tsx @@ -58,7 +58,6 @@ interface Pattern { } type CatalogCardProps = { - // eslint-disable-next-line @typescript-eslint/no-explicit-any pattern: Pattern; patternType: string; cardLink: string;