mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user