diff --git a/.eslintignore b/.eslintignore index 6bde0a2282ed..280ea1b100a8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,9 +4,8 @@ node_modules build/ dist/ volumes/ -.tslintrc.js bellman-cuda # Ignore contract submodules contracts -etc/system-contracts \ No newline at end of file +etc/system-contracts diff --git a/infrastructure/protocol-upgrade/pre-boojum/IZkSync.d.ts b/infrastructure/protocol-upgrade/pre-boojum/IZkSync.d.ts index e0a567a9af31..994f82b70d9f 100644 --- a/infrastructure/protocol-upgrade/pre-boojum/IZkSync.d.ts +++ b/infrastructure/protocol-upgrade/pre-boojum/IZkSync.d.ts @@ -1,5 +1,4 @@ /* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ /* eslint-disable */ import { ethers, EventFilter, Signer, BigNumber, BigNumberish, PopulatedTransaction } from 'ethers'; diff --git a/infrastructure/protocol-upgrade/pre-boojum/IZkSyncFactory.ts b/infrastructure/protocol-upgrade/pre-boojum/IZkSyncFactory.ts index 7aa807ca610d..7e89f771b6a8 100644 --- a/infrastructure/protocol-upgrade/pre-boojum/IZkSyncFactory.ts +++ b/infrastructure/protocol-upgrade/pre-boojum/IZkSyncFactory.ts @@ -1,5 +1,4 @@ /* Autogenerated file. Do not edit manually. */ -/* tslint:disable */ /* eslint-disable */ import { Contract, Signer } from 'ethers';