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:
Ido Kleinman
2022-09-23 12:39:17 -07:00
committed by GitHub
parent 5645e87aca
commit 390e1b8510
7 changed files with 47 additions and 33 deletions

View File

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