Remove tslint disable
This commit is contained in:
parent
8fe844bcc9
commit
c07e3a76bb
@ -19,7 +19,6 @@ declare module 'ethers-contracts' {
|
|||||||
signature: string;
|
signature: string;
|
||||||
topic: string;
|
topic: string;
|
||||||
}
|
}
|
||||||
// tslint:disable-next-line:max-classes-per-file
|
|
||||||
export class Interface {
|
export class Interface {
|
||||||
public functions: { [functionName: string]: FunctionDescription };
|
public functions: { [functionName: string]: FunctionDescription };
|
||||||
public events: { [eventName: string]: EventDescription };
|
public events: { [eventName: string]: EventDescription };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user