sdk38: Update eslint overrides in LCD staking module

This commit is contained in:
willclarktech
2020-07-22 16:53:15 +02:00
parent c464d875df
commit 04c7535904
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { LcdClient } from "./lcdclient";
export interface StakingValidatorsParams {