Fix linter errors

This commit is contained in:
Leonid Logvinov 2017-12-14 15:43:04 +01:00
parent 28c409fc6d
commit 4391f9913e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
3 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -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';

View File

@ -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';