Bump prettier from 3.3.2 to 3.3.3 #349
Annotations
10 errors
src/http/errorResponse.mock.ts#L41
Replace `ok·??·false` with `(ok·??·false)`
|
src/http/errorResponse.mock.ts#L42
Replace `body·??·"Some·response·body"` with `(body·??·"Some·response·body")`
|
src/http/errorResponse.mock.ts#L43
Replace `status·??·400` with `(status·??·400)`
|
src/http/errorResponse.mock.ts#L44
Replace `·statusText·===·null·?·undefined·:·statusText·??·"Bad·Request"` with `⏎········statusText·===·null·?·undefined·:·(statusText·??·"Bad·Request")`
|
src/http/errorResponse.mock.ts#L45
Replace `url·??·"https://example.org/resource"` with `(url·??·"https://example.org/resource")`
|
src/http/errorResponse.mock.ts#L46
Replace `headers·??·new·Headers(` with `(headers·??·new·Headers()`
|
src/http/problemDetails.mock.ts#L39
Replace `type·??·DEFAULT_TYPE` with `(type·??·DEFAULT_TYPE)`
|
src/http/problemDetails.mock.ts#L40
Replace `status·??·400` with `(status·??·400)`
|
src/http/problemDetails.mock.ts#L41
Replace `title·??·"Bad·Request"` with `(title·??·"Bad·Request")`
|
|
This job failed
Loading