**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
* Replace eslint with biomejs
* Update the inclusion of word
* Fix the formatting
* Update the lint task to do all checks
* Update biome rules from eslint config
* Replace eslint with biomejs
* Update the inclusion of word
* Fix the formatting
* Update the lint task to do all checks
* Update biome rules from eslint config
* Fix all lint issues
* Fix formatting
* Add extension recomendation for vscode
* Enable recommended rules
* Enable rule noUselessSwitchCase
* Enable rule noUselessConstructor
* Fix the types
* Fix unit tests
* Enforce import extensions
* Update the cli command
* Enforce useConsistentMemberAccessibility
* Update rules
* Fix rules
* Upgrade biomejs to latest version
* Update the rules
* Update and format the config file
* Fix types break during merge
* Fix unused check
* Add comment for explicit-return-type
* Remove eslint file
* Add _e objects for empty catch blocks
* Update formatter config
* Fix formatting
* Utilize batch request to improve performance
* Expose api from the provider for flexible use
* Verify the execution compatibility in start
* Add support for request timeout on proxy
* Improve the e2e tests
* Fix browser bundling issue
* Fix a batch request issue
* Fix the code with feedback
* Update the readme with details
* Restructure utility methods to make consistent pattern
* Add call support for verified requests
* Update the evm logic
* Update the logger data type
* Add more structured tests
* Move e2e tests to mainnet to make them stable for now till setup CI
* Update readme
* Fix a typo
* Add eth_getCode support for the prover
* Move some functions to a utility file
* Add more unit tests
* Add unit test for getCode
* Cleanup fixture files
* Update the tsconfig