aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/scripts/pull_missing_events.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-11-13 09:36:33 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-12-05 06:24:48 +0800
commit688d277b30b287f66f0dbd49f2a23cab8b256219 (patch)
tree97519ff71a2cd9e62c185f04556cd7b4cb6b62d8 /packages/pipeline/src/scripts/pull_missing_events.ts
parent329c68f610843ebded9ca31fc9cd6f3eed744a8e (diff)
downloaddexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.tar
dexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.tar.gz
dexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.tar.bz2
dexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.tar.lz
dexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.tar.xz
dexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.tar.zst
dexon-0x-contracts-688d277b30b287f66f0dbd49f2a23cab8b256219.zip
Configure linter with --format stylish and fix linter errors
Diffstat (limited to 'packages/pipeline/src/scripts/pull_missing_events.ts')
-rw-r--r--packages/pipeline/src/scripts/pull_missing_events.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pipeline/src/scripts/pull_missing_events.ts b/packages/pipeline/src/scripts/pull_missing_events.ts
index e2b312280..bc0eac853 100644
--- a/packages/pipeline/src/scripts/pull_missing_events.ts
+++ b/packages/pipeline/src/scripts/pull_missing_events.ts
@@ -1,3 +1,4 @@
+// tslint:disable:no-console
import { web3Factory } from '@0x/dev-utils';
import { Web3ProviderEngine } from '@0x/subproviders';
import R = require('ramda');