feat: allow typing the body of a RequestError response #1293
Annotations
10 errors
Node.js 20 on macos-latest:
source/core/index.ts#L704
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator.
|
Node.js 20 on macos-latest:
test/error.ts#L33
Comments should not begin with a lowercase character.
|
Node.js 20 on macos-latest:
test/error.ts#L38
There should be no space after '{'.
|
Node.js 20 on macos-latest:
test/error.ts#L38
There should be no space after '{'.
|
Node.js 20 on macos-latest:
test/error.ts#L38
There should be no space before '}'.
|
Node.js 20 on macos-latest:
test/error.ts#L38
There should be no space before '}'.
|
Node.js 20 on macos-latest:
test/error.ts#L114
Comments should not begin with a lowercase character.
|
Node.js 20 on macos-latest:
test/error.ts#L127
There should be no space after '{'.
|
Node.js 20 on macos-latest:
test/error.ts#L127
There should be no space before '}'.
|
Node.js 20 on macos-latest:
test/error.ts#L127
There should be no space after '{'.
|