Fix linter errors
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| import {schemas, SchemaValidator} from '@0xproject/json-schemas'; | import {schemas, SchemaValidator} from '@0xproject/json-schemas'; | ||||||
| import {intervalUtils, bigNumberConfigs} from '@0xproject/utils'; | import {bigNumberConfigs, intervalUtils} from '@0xproject/utils'; | ||||||
| import {Web3Wrapper} from '@0xproject/web3-wrapper'; | import {Web3Wrapper} from '@0xproject/web3-wrapper'; | ||||||
| import BigNumber from 'bignumber.js'; | import BigNumber from 'bignumber.js'; | ||||||
| import * as ethUtil from 'ethereumjs-util'; | import * as ethUtil from 'ethereumjs-util'; | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| import {schemas, SchemaValidator} from '@0xproject/json-schemas'; |  | ||||||
| import {BlockchainLifecycle} from '@0xproject/dev-utils'; | import {BlockchainLifecycle} from '@0xproject/dev-utils'; | ||||||
|  | import {schemas, SchemaValidator} from '@0xproject/json-schemas'; | ||||||
| import * as chai from 'chai'; | import * as chai from 'chai'; | ||||||
| import * as _ from 'lodash'; | import * as _ from 'lodash'; | ||||||
| import 'mocha'; | import 'mocha'; | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| import {promisify} from '@0xproject/utils'; |  | ||||||
| import {BlockchainLifecycle} from '@0xproject/dev-utils'; | import {BlockchainLifecycle} from '@0xproject/dev-utils'; | ||||||
|  | import {promisify} from '@0xproject/utils'; | ||||||
| import {Web3Wrapper} from '@0xproject/web3-wrapper'; | import {Web3Wrapper} from '@0xproject/web3-wrapper'; | ||||||
| import BigNumber from 'bignumber.js'; | import BigNumber from 'bignumber.js'; | ||||||
| import * as chai from 'chai'; | import * as chai from 'chai'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user