Remove tslint disable

This commit is contained in:
Leonid Logvinov 2018-02-27 12:02:11 -08:00
parent 8fe844bcc9
commit c07e3a76bb
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

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