From ed3aeb7997196225dda060e9261b93d300a7d0ab Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Wed, 11 Jul 2018 13:35:21 -0700 Subject: Fix lint for order watcher --- packages/order-watcher/src/utils/assert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.3