tendermint-rpc: Remove eslint overrides

This commit is contained in:
willclarktech 2021-06-08 17:04:32 +02:00
parent 351e5e6563
commit a172327a2a
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { hashBlock, hashTx } from "../hasher";
import { Params } from "./requests";
import { Responses } from "./responses";

View File

@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/naming-convention */
import { hashBlock, hashTx } from "../hasher";
import { Params } from "./requests";
import { Responses } from "./responses";