chore: linter fixes
This commit is contained in:
committed by
Justin Starry
parent
8ada44456d
commit
48b3b27985
@ -7,3 +7,4 @@
|
|||||||
/.eslintrc.js
|
/.eslintrc.js
|
||||||
/test/.eslintrc.js
|
/test/.eslintrc.js
|
||||||
/test/dist
|
/test/dist
|
||||||
|
/rollup.config.js
|
||||||
|
@ -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';
|
||||||
|
Reference in New Issue
Block a user