From 13ed4f657d169bf3cf940a3845c17685646e2869 Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Fri, 20 Sep 2024 14:46:03 -0400 Subject: [PATCH] eslint errors --- src/types/arc56.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/arc56.d.ts b/src/types/arc56.d.ts index 6c206c948..1743a0052 100644 --- a/src/types/arc56.d.ts +++ b/src/types/arc56.d.ts @@ -1,3 +1,4 @@ +/* eslint-disable no-use-before-define */ /** Describes the entire contract. This interface is an extension of the interface described in ARC-4 */ export interface ARC56Contract { /** The ARCs used and/or supported by this contract. All contracts implicity support ARC4 and ARC56 */