Try enabling no-unused-variable...
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { web3Factory } from '@0xproject/dev-utils';
|
||||
import { Provider } from 'ethereum-types';
|
||||
import * as Web3 from 'web3';
|
||||
|
||||
const providerConfigs = { shouldUseInProcessGanache: true };
|
||||
const provider: Provider = web3Factory.getRpcProvider(providerConfigs);
|
||||
|
||||
Reference in New Issue
Block a user