diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-12 04:35:21 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-12 04:35:21 +0800 |
commit | ed3aeb7997196225dda060e9261b93d300a7d0ab (patch) | |
tree | a2124035f5f96cf967fe21ea52db4f3038b8eda8 /packages/order-watcher/src | |
parent | 33f92b6bcf0f5ee64864b9b412eeebb530a2d48d (diff) | |
download | dexon-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/src')
-rw-r--r-- | packages/order-watcher/src/utils/assert.ts | 2 |
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'; |