aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-02-28 04:02:11 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-02-28 04:07:58 +0800
commitc07e3a76bb443641246b05c42f7a05bceb28bc88 (patch)
tree94dacc91aec20218b32ee7149097fa4c3ad96d72 /packages
parent8fe844bcc9e4298cc3ced58c1abcee78de4193b3 (diff)
downloaddexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.tar
dexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.tar.gz
dexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.tar.bz2
dexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.tar.lz
dexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.tar.xz
dexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.tar.zst
dexon-sol-tools-c07e3a76bb443641246b05c42f7a05bceb28bc88.zip
Remove tslint disable
Diffstat (limited to 'packages')
-rw-r--r--packages/ethers-typescript-typings/index.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ethers-typescript-typings/index.d.ts b/packages/ethers-typescript-typings/index.d.ts
index f4f99b890..e5d38819e 100644
--- a/packages/ethers-typescript-typings/index.d.ts
+++ b/packages/ethers-typescript-typings/index.d.ts
@@ -19,7 +19,6 @@ declare module 'ethers-contracts' {
signature: string;
topic: string;
}
- // tslint:disable-next-line:max-classes-per-file
export class Interface {
public functions: { [functionName: string]: FunctionDescription };
public events: { [eventName: string]: EventDescription };