sdk38: Update eslint overrides in LCD staking module

This commit is contained in:
willclarktech 2020-07-21 13:48:19 +02:00
parent c464d875df
commit 04c7535904
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 1 deletions

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";

View File

@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { LcdClient } from "./lcdclient";
export interface StakingValidatorsParams {