Bump MetaMask dependencies #501
Annotations
11 errors and 10 warnings
|
Run yarn lint:
src/retryOnEmpty.test.ts#L161
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L211
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L258
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L292
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L328
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L365
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L401
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L439
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L475
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L508
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/block-cache.ts#L35
Use a hash name instead
|
Run yarn lint:
src/block-cache.ts#L113
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Run yarn lint:
src/fetch.ts#L37
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/fetch.ts#L144
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/fetch.ts#L149
Missing JSDoc @param "options.req" description
|
Run yarn lint:
src/utils/normalize.ts#L15
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/utils/normalize.ts#L41
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/utils/normalize.ts#L55
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/utils/timeout.test.ts#L48
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Run yarn lint:
src/wallet.ts#L429
There must be no hyphen before @returns description
|
Loading