sdk38: Switch to eslint naming-convention rule in gov module

This commit is contained in:
willclarktech 2020-07-15 17:01:26 +02:00
parent 8f7b2f0ab9
commit 9f651cd305
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 { sleep } from "@cosmjs/utils";
import { coins } from "../coins";

View File

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