Fix linter errors and remove coverage.json

This commit is contained in:
Alex Browne
2018-06-14 16:04:08 -07:00
parent d9292a70bf
commit 5a8539a122

View File

@@ -2,13 +2,12 @@ import { devConstants, env, EnvVars, web3Factory } from '@0xproject/dev-utils';
import { prependSubprovider } from '@0xproject/subproviders';
import { logUtils } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as _ from 'lodash';
import { coverage } from './coverage';
import { profiler } from './profiler';
import { revertTrace } from './revert_trace';
import * as _ from 'lodash';
enum ProviderType {
Ganache = 'ganache',
Geth = 'geth',