aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/src/index.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-10-01 21:44:30 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-10-02 21:09:23 +0800
commitf884cc826f7a136b1ba66ae972528feda15d9d63 (patch)
tree7e9bdfda2bcdad32988ae8e812e580dfc8eeea79 /packages/ethereum-types/src/index.ts
parent1059acf56f3cccc28a7bac5a6c513476c189d403 (diff)
downloaddexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.tar
dexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.tar.gz
dexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.tar.bz2
dexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.tar.lz
dexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.tar.xz
dexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.tar.zst
dexon-sol-tools-f884cc826f7a136b1ba66ae972528feda15d9d63.zip
Fix linter errors
Diffstat (limited to 'packages/ethereum-types/src/index.ts')
-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 2f3140a58..7e8b9de3e 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
+} // tslint:disable-line:max-file-line-count