aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-07-12 04:35:21 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-07-12 04:35:21 +0800
commited3aeb7997196225dda060e9261b93d300a7d0ab (patch)
treea2124035f5f96cf967fe21ea52db4f3038b8eda8 /packages/order-watcher
parent33f92b6bcf0f5ee64864b9b412eeebb530a2d48d (diff)
downloaddexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.tar
dexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.tar.gz
dexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.tar.bz2
dexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.tar.lz
dexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.tar.xz
dexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.tar.zst
dexon-sol-tools-ed3aeb7997196225dda060e9261b93d300a7d0ab.zip
Fix lint for order watcher
Diffstat (limited to 'packages/order-watcher')
-rw-r--r--packages/order-watcher/src/utils/assert.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-watcher/src/utils/assert.ts b/packages/order-watcher/src/utils/assert.ts
index fc85de958..9c992d9b4 100644
--- a/packages/order-watcher/src/utils/assert.ts
+++ b/packages/order-watcher/src/utils/assert.ts
@@ -1,6 +1,6 @@
import { assert as sharedAssert } from '@0xproject/assert';
// HACK: We need those two unused imports because they're actually used by sharedAssert which gets injected here
-// tslint:disable-next-line:no-unused-variable
+// tslint:disable:no-unused-variable
import { Schema } from '@0xproject/json-schemas';
import { ECSignature } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';