aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-10-01 23:21:51 +0800
committerFabio Berger <me@fabioberger.com>2018-10-01 23:21:51 +0800
commit011cadc1ff2f7989fc866c149171ed2c592ace3c (patch)
treec01940853b0ff35cc0f94c37fe83232db80ebff8 /packages
parent733bb28c1c7349dca535169b8113c4984ed41117 (diff)
downloaddexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar
dexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.gz
dexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.bz2
dexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.lz
dexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.xz
dexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.zst
dexon-0x-contracts-011cadc1ff2f7989fc866c149171ed2c592ace3c.zip
Disable max file size tslint rule for types file
Diffstat (limited to 'packages')
-rw-r--r--packages/ethereum-types/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ethereum-types/src/index.ts b/packages/ethereum-types/src/index.ts
index 916661638..2f3140a58 100644
--- a/packages/ethereum-types/src/index.ts
+++ b/packages/ethereum-types/src/index.ts
@@ -497,4 +497,4 @@ export interface CompilerOptions {
compilerSettings?: CompilerSettings;
contracts?: string[] | '*';
solcVersion?: string;
-}
+} // tslint:disable:max-file-line-count