From 69f67fc812c136c112d5acd5dbc2b6b792e585d3 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 25 Oct 2024 14:15:12 +0300 Subject: [PATCH] chore: disables rules for specific parts of code --- src/pages/verify/index.tsx | 1 + src/types/opentimestamps.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index b6cc5bb..ba3b84b 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -353,6 +353,7 @@ export const VerifyPage = () => { } upgradeT(timestamps) } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [timestamps, submittedBy, parsedSignatureEvents]) useEffect(() => { diff --git a/src/types/opentimestamps.d.ts b/src/types/opentimestamps.d.ts index 825268d..99ba447 100644 --- a/src/types/opentimestamps.d.ts +++ b/src/types/opentimestamps.d.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ interface OpenTimestamps { // Create a detached timestamp file from a buffer or file hash DetachedTimestampFile: {