Fix linter errors

This commit is contained in:
Leonid Logvinov
2018-01-04 15:12:32 +01:00
parent c49f68ef3e
commit e2ef0c5b94
8 changed files with 8 additions and 13 deletions

View File

@@ -21,8 +21,7 @@ import {
LedgerWalletSubprovider,
RedundantRPCSubprovider,
} from '@0xproject/subproviders';
import { intervalUtils, promisify } from '@0xproject/utils';
import { BigNumber } from '@0xproject/utils';
import { BigNumber, intervalUtils, promisify } from '@0xproject/utils';
import * as _ from 'lodash';
import * as React from 'react';
import contract = require('truffle-contract');