chore: remove eth-method-registry
package
#14887
Annotations
10 warnings
Run yarn lint:
examples/example-controllers/src/gas-prices-controller.test.ts#L5
`../../../packages/base-controller/tests/helpers` type import should occur after import of `./network-controller-types`
|
Run yarn lint:
examples/example-controllers/src/gas-prices-controller.ts#L196
Member '#gasPricesService' is never reassigned; mark it as `readonly`
|
Run yarn lint:
examples/example-controllers/src/gas-prices-controller.ts#L241
Replace `·await·this.#gasPricesService.fetchGasPrices(⏎······chainId,⏎····` with `⏎······await·this.#gasPricesService.fetchGasPrices(chainId`
|
Run yarn lint:
examples/example-controllers/src/gas-prices-service/gas-prices-service.ts#L41
Member '#fetch' is never reassigned; mark it as `readonly`
|
Run yarn lint:
examples/example-controllers/src/gas-prices-service/gas-prices-service.ts#L56
Missing JSDoc @returns declaration
|
Run yarn lint:
examples/example-controllers/src/pet-names-controller.test.ts#L8
`./pet-names-controller` type import should occur before type import of `../../../packages/base-controller/tests/helpers`
|
Run yarn lint:
examples/example-controllers/src/pet-names-controller.test.ts#L9
`./pet-names-controller` import should occur before type import of `../../../packages/base-controller/tests/helpers`
|
Run yarn lint:
packages/accounts-controller/src/AccountsController.test.ts#L23
No exported names found in module 'uuid'
|
Run yarn lint:
packages/accounts-controller/src/AccountsController.ts#L444
Expected 1 lines after block description
|
|
Loading