aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-09-26 21:14:28 +0800
committerF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-09-26 21:14:28 +0800
commit0ce6f03ed50820022d7534ae257306bbf2f17fc1 (patch)
tree7ce42e9e5ca65a963c102e81dc99ae9bc65a6bfb /packages
parentd3edb9721c21a00c40f03d5c270f19c0d9954754 (diff)
downloaddexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.tar
dexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.tar.gz
dexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.tar.bz2
dexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.tar.lz
dexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.tar.xz
dexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.tar.zst
dexon-sol-tools-0ce6f03ed50820022d7534ae257306bbf2f17fc1.zip
fix: disable tslint max-file-line-count...
before, tslint was saying "ERROR: /home/gene/0x-monorepo/packages/types/src/index.ts[598, 2]: This file has 599 lines, which exceeds the maximum of 500 lines allowed. Consider breaking this file up into smaller parts." https://github.com/0xProject/0x-monorepo/pull/1004#issuecomment-424704651 https://github.com/0xProject/0x-monorepo/pull/1004
Diffstat (limited to 'packages')
-rw-r--r--packages/types/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts
index dddc785b7..5ef8b54a4 100644
--- a/packages/types/src/index.ts
+++ b/packages/types/src/index.ts
@@ -1,3 +1,5 @@
+// tslint:disable:max-file-line-count
+
import { BigNumber } from 'bignumber.js';
import { ContractAbi } from 'ethereum-types';