From 48b3b27985baadb3216bb5cc4d2d5e758bdb96d5 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Mon, 15 Mar 2021 13:26:57 +0800 Subject: [PATCH] chore: linter fixes --- web3.js/.eslintignore | 1 + web3.js/test/connection.test.ts | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/web3.js/.eslintignore b/web3.js/.eslintignore index aa35977f9a..ae9d81a32c 100644 --- a/web3.js/.eslintignore +++ b/web3.js/.eslintignore @@ -7,3 +7,4 @@ /.eslintrc.js /test/.eslintrc.js /test/dist +/rollup.config.js diff --git a/web3.js/test/connection.test.ts b/web3.js/test/connection.test.ts index 1873030cdd..68ed5c74ae 100644 --- a/web3.js/test/connection.test.ts +++ b/web3.js/test/connection.test.ts @@ -22,12 +22,9 @@ import {MOCK_PORT, url} from './url'; import { BLOCKHASH_CACHE_TIMEOUT_MS, Commitment, - CompiledInnerInstruction, EpochInfo, EpochSchedule, InflationGovernor, - ParsedInnerInstruction, - ParsedInstruction, SlotInfo, } from '../src/connection'; import {sleep} from '../src/util/sleep';