diff --git a/packages/ethers-typescript-typings/index.d.ts b/packages/ethers-typescript-typings/index.d.ts index f4f99b890d..e5d38819eb 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 };