Simplify and upgrade expected RPC service type #657
Annotations
10 warnings
Run yarn lint:
src/wallet.ts#L499
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/wallet.ts#L464
Types are not permitted on @returns
|
Run yarn lint:
src/wallet.ts#L464
JSDoc description does not satisfy the regex pattern
|
Run yarn lint:
src/wallet.ts#L464
There must be no hyphen before @returns 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/utils/normalize.ts#L55
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#L15
JSDoc description does not satisfy the regex pattern
|
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/block-cache.ts#L35
Use a hash name instead
|
Loading