sdk38: Update eslint overrides in LCD staking module
This commit is contained in:
parent
c464d875df
commit
04c7535904
@ -1,4 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/camelcase */
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { nonNegativeIntegerMatcher, pendingWithoutWasmd, wasmd } from "../testutils.spec";
|
||||
import { LcdClient } from "./lcdclient";
|
||||
import { setupStakingExtension, StakingExtension } from "./staking";
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { LcdClient } from "./lcdclient";
|
||||
|
||||
export interface StakingValidatorsParams {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user