**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
* Revert "feat: use @chainsafe/blst directly (#6706)"
This reverts commit 66fe753cd7.
* Revert "feat: switch bls to napi rebuild (#6616)"
This reverts commit 97d9aa8b0c.
* Reorganize the code so it is accessible from one package
* Add support for browser build for lightclient
* Update the build config
* Improve the bls vite plugin
* Restructure the vite and vitest scripts
* Simplify vite config
* Remove unused polyfill
* Fix the doc lint error
* Add support for bundle test
* Update the package json files
* Add dist build to default build task
* Fix spelling in the docs
* Fix the lint error
* Fix type error
* Disable eslint errors
* Increase the timeout for bundle test
* Fix eslint bundle
* Fix lint warning
* Remove the unused config
* Add the default export to bundle
* Enable compression on th build
* Update packages/light-client/README.md
Co-authored-by: Nico Flaig <nflaig@protonmail.com>
* Increase timeout for one test
* Optimize package build task
* Update the readme
---------
Co-authored-by: Nico Flaig <nflaig@protonmail.com>