chore: linter fixes

This commit is contained in:
Justin Starry 2021-03-15 13:26:57 +08:00 committed by Justin Starry
parent 8ada44456d
commit 48b3b27985
2 changed files with 1 additions and 3 deletions

View File

@ -7,3 +7,4 @@
/.eslintrc.js
/test/.eslintrc.js
/test/dist
/rollup.config.js

View File

@ -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';