Remove tslint disable

This commit is contained in:
Leonid Logvinov
2018-02-27 12:02:11 -08:00
parent 8fe844bcc9
commit c07e3a76bb

View File

@@ -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 };