diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-10-01 21:44:30 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-10-02 21:09:23 +0800 |
commit | f884cc826f7a136b1ba66ae972528feda15d9d63 (patch) | |
tree | 7e9bdfda2bcdad32988ae8e812e580dfc8eeea79 | |
parent | 1059acf56f3cccc28a7bac5a6c513476c189d403 (diff) | |
download | dexon-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
-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 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 |