refactor(cli): simplify types #6361
ci.yml
on: push
get-build-packages
5s
monorepo-lint
54s
get-lint-packages
6s
get-test-packages
5s
Matrix: build
Matrix: lint
Matrix: test
Discord Failure Notification
4s
Annotations
2 errors and 13 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-cli):
packages/isaacscript-cli/plugins/noExtendedEnums.ts#L48
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
|
lint (isaacscript-cli):
packages/isaacscript-cli/src/customStage.ts#L254
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#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.)
|