fix: amount to receive #621
Annotations
10 errors
Run yarn run lint:
packages/widget/src/components/resource-amount-selector/resource-amount-selector.ts#L24
Expected 1 empty line after import statement not followed by another import
|
Run yarn run lint:
packages/widget/src/components/resource-amount-selector/resource-amount-selector.ts#L24
`lodash` import should occur before import of `../../assets`
|
|
|
Run yarn run lint:
packages/widget/src/components/resource-amount-selector/resource-amount-selector.ts#L205
Unexpected any. Specify a different type
|
Run yarn run lint:
packages/widget/src/components/resource-amount-selector/resource-amount-selector.ts#L206
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Run yarn run lint:
packages/widget/src/components/resource-amount-selector/resource-amount-selector.ts#L206
Unsafe member access .target on an `any` value
|
|
|
Run yarn run lint:
packages/widget/src/controllers/transfers/fungible-token-transfer.ts#L516
Unexpected lexical declaration in case block
|
Loading