Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove tslint related comments (matter-labs#636)
## 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 <[email protected]>
- Loading branch information