From 8609f59b5f2c02032c2877ff838db4142a4f1bf1 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Mon, 27 Mar 2023 15:44:21 +0300 Subject: [PATCH] Make linter happy --- components/collections/actions/actions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/collections/actions/actions.ts b/components/collections/actions/actions.ts index 05c4c7e..b1d592b 100644 --- a/components/collections/actions/actions.ts +++ b/components/collections/actions/actions.ts @@ -1,4 +1,6 @@ /* eslint-disable eslint-comments/disable-enable-pair */ +/* eslint-disable @typescript-eslint/no-unsafe-call */ +/* eslint-disable @typescript-eslint/no-unsafe-return */ import { useBaseMinterContract } from 'contracts/baseMinter' import type { CollectionInfo, SG721Instance } from 'contracts/sg721'