feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors #1180
ci.yml
on: pull_request
Matrix: Run CI Pipeline / 🧪 Test Matrix
Run CI Pipeline
/
🧹 Lint Check
19s
Run CI Pipeline
/
🔍 Type Check
17s
Test (Isolated)
0s
Annotations
7 errors
|
Run CI Pipeline / 🧹 Lint Check
Process completed with exit code 1.
|
|
typescript-eslint(array-type):
src/http-request.ts#L1151
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
|
|
typescript-eslint(array-type):
src/http-request.ts#L1134
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
|
|
typescript-eslint(array-type):
src/http-request.ts#L1053
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
|
|
typescript-eslint(array-type):
src/http-request.ts#L329
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
|
|
typescript-eslint(array-type):
src/http-request.ts#L93
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
|
|
typescript-eslint(array-type):
test/unit/http-request.test.mts#L2059
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.
|