Bump @metamask/json-rpc-engine from 7.3.1 to 7.3.3 #314
Annotations
10 errors and 10 warnings
Run yarn lint:
src/retryOnEmpty.test.ts#L165
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L223
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L276
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L310
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L346
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L383
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L419
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L457
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L493
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Run yarn lint:
src/retryOnEmpty.test.ts#L526
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/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#L461
There must be no hyphen before @returns description
|
Run yarn lint:
src/wallet.ts#L461
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/wallet.ts#L461
Types are not permitted on @returns
|
Loading