Disable max file line count tslint rule for types file

This commit is contained in:
Fabio Berger
2018-10-01 16:10:22 +01:00
parent de7470d936
commit 6ffdc318e7

View File

@@ -497,4 +497,4 @@ export interface CompilerOptions {
compilerSettings?: CompilerSettings;
contracts?: string[] | '*';
solcVersion?: string;
}
} // tslint:disable:max-file-line-count