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
This commit is contained in:
F. Eugene Aumson 2018-09-26 09:14:28 -04:00
parent d3edb9721c
commit 0ce6f03ed5
No known key found for this signature in database
GPG Key ID: 1AC187F051040675

View File

@ -1,3 +1,5 @@
// tslint:disable:max-file-line-count
import { BigNumber } from 'bignumber.js';
import { ContractAbi } from 'ethereum-types';