chore: Replace TSLint with ESLint in contracts/zeroex (#587)
* replace tslint with eslint * config file * fix linting errors * changelog * prettier
This commit is contained in:
@@ -386,7 +386,7 @@ async function getMainnetContractAsync(): Promise<wrappers.IZeroExContract> {
|
||||
const proxyFunctions = await querySubgraphAsync();
|
||||
const deployments = reconstructDeployments(proxyFunctions);
|
||||
|
||||
while (true) {
|
||||
for (;;) {
|
||||
const { action } = await prompts({
|
||||
type: 'select',
|
||||
name: 'action',
|
||||
|
Reference in New Issue
Block a user