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 /.eslintrc.js
/test/.eslintrc.js /test/.eslintrc.js
/test/dist /test/dist
/rollup.config.js

View File

@ -22,12 +22,9 @@ import {MOCK_PORT, url} from './url';
import { import {
BLOCKHASH_CACHE_TIMEOUT_MS, BLOCKHASH_CACHE_TIMEOUT_MS,
Commitment, Commitment,
CompiledInnerInstruction,
EpochInfo, EpochInfo,
EpochSchedule, EpochSchedule,
InflationGovernor, InflationGovernor,
ParsedInnerInstruction,
ParsedInstruction,
SlotInfo, SlotInfo,
} from '../src/connection'; } from '../src/connection';
import {sleep} from '../src/util/sleep'; import {sleep} from '../src/util/sleep';