Skip to content

chore(cli): simplify tsconfig #6360

chore(cli): simplify tsconfig

chore(cli): simplify tsconfig #6360

Triggered via push October 12, 2024 09:19
Status Failure
Total duration 1m 45s
Artifacts

ci.yml

on: push
get-build-packages
4s
get-build-packages
monorepo-lint
1m 5s
monorepo-lint
get-lint-packages
5s
get-lint-packages
get-test-packages
4s
get-test-packages
Matrix: build
Matrix: lint
Matrix: test
Discord Failure Notification
2s
Discord Failure Notification
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
lint (isaacscript-cli)
Process completed with exit code 1.
lint (isaacscript-common)
Process completed with exit code 1.
build (docs)
No files were found with the provided path: ./packages/docs/build. No artifacts will be uploaded.
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L198
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L199
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L203
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/DefaultMap.ts#L205
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L33
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L35
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostPlayerChangeHealth.ts#L14
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostPlayerChangeStat.ts#L21
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostTransformation.ts#L18
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
lint (isaacscript-common): packages/isaacscript-common/src/classes/callbacks/PostTrinketBreak.ts#L23
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)