diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-01 23:21:51 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-01 23:21:51 +0800 |
commit | 011cadc1ff2f7989fc866c149171ed2c592ace3c (patch) | |
tree | c01940853b0ff35cc0f94c37fe83232db80ebff8 | |
parent | 733bb28c1c7349dca535169b8113c4984ed41117 (diff) | |
download | dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.gz dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.bz2 dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.lz dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.xz dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.tar.zst dexon-sol-tools-011cadc1ff2f7989fc866c149171ed2c592ace3c.zip |
Disable max file size tslint rule for types file
-rw-r--r-- | packages/ethereum-types/src/index.ts | 2 |
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 |