From 694ff50597f9922a6ffd0e695240127e956d9283 Mon Sep 17 00:00:00 2001 From: netbonus <151201453+netbonus@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:27:08 -0400 Subject: [PATCH] remove eslint --- src/__test__/e2e/iter.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__test__/e2e/iter.test.ts b/src/__test__/e2e/iter.test.ts index ac0930b6..ff5aa048 100644 --- a/src/__test__/e2e/iter.test.ts +++ b/src/__test__/e2e/iter.test.ts @@ -1,4 +1,3 @@ -/* eslint-disable quotes */ import { question } from 'readline-sync'; import { fetchAddresses, pair } from '../../api'; import { setupClient } from '../utils/setup';