From fa3b55e0b5d49d4056fb135e7b57019b85dc072f Mon Sep 17 00:00:00 2001 From: momodaka <463435681@qq.com> Date: Mon, 11 Dec 2023 23:10:07 +0800 Subject: [PATCH] chore: remove tslint related comments (#636) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ This pull request aims to remove TSLint-related comments and configurations from the codebase. ## Why ❔ The removal is necessary because the repository has transitioned to ESLint, TSLint-related comments and configurations obsolete. This cleanup ensures a more streamlined and consistent codebase, aligning with the migration to ESLint for improved code quality and maintainability. ## Checklist - [X] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [X] Tests for the changes have been added / updated. - [X] Documentation comments have been added / updated. - [X] Code has been formatted via `zk fmt` and `zk lint`. - [X] Spellcheck has been run via `cargo spellcheck --cfg=./spellcheck/era.cfg --code 1`. --------- Co-authored-by: AnastasiiaVashchuk <72273339+AnastasiiaVashchuk@users.noreply.github.com> --- .eslintignore | 3 +-- infrastructure/protocol-upgrade/pre-boojum/IZkSync.d.ts | 1 - infrastructure/protocol-upgrade/pre-boojum/IZkSyncFactory.ts | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) 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';