chore: remove unused eslint directives (#7803)

**Motivation**

Remove any unused or inactive codebase.

**Description**

Remove all unused eslint directives as we are using `biome` now. 

**Steps to test or reproduce**

Run lint rules and all tests
This commit is contained in:
Nazar Hussain
2025-05-07 17:25:34 +02:00
committed by GitHub
parent 0eb947d0d0
commit 2ff1784005
61 changed files with 0 additions and 155 deletions

View File

@@ -1,6 +1,5 @@
import assert from "node:assert";
/* eslint import/order: "off" */
// This script is should be run in an e2e !!
// It demonstrates how to properly change the Lodestar preset safely

View File

@@ -1,4 +1,3 @@
/* eslint import/order: "off" */
// This script is should be run in an e2e !!
// It demostrates how to properly change the Lodestar preset safely