aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-10 21:22:33 +0800
committerFabio Berger <me@fabioberger.com>2018-05-10 21:22:33 +0800
commit93b74cc766523173c055f0882471d552cfa03271 (patch)
tree8506ebff9ac086580fa6ac81f96ec02fc4e98246 /packages/order-watcher/src
parent28e83c21e239ff790c8a9844ee1c23542c8c6c3f (diff)
downloaddexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.tar
dexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.tar.gz
dexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.tar.bz2
dexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.tar.lz
dexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.tar.xz
dexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.tar.zst
dexon-sol-tools-93b74cc766523173c055f0882471d552cfa03271.zip
Remove unneeded tslint disable
Diffstat (limited to 'packages/order-watcher/src')
-rw-r--r--packages/order-watcher/src/types.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/order-watcher/src/types.ts b/packages/order-watcher/src/types.ts
index 57fa20e47..9125af236 100644
--- a/packages/order-watcher/src/types.ts
+++ b/packages/order-watcher/src/types.ts
@@ -44,5 +44,3 @@ export enum InternalOrderWatcherError {
ZrxNotInTokenRegistry = 'ZRX_NOT_IN_TOKEN_REGISTRY',
WethNotInTokenRegistry = 'WETH_NOT_IN_TOKEN_REGISTRY',
}
-
-// tslint:disable:max-file-line-count