Remove tslint disable
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user