fix: lint #6437
ci.yml
on: push
get-build-packages
5s
monorepo-lint
53s
get-lint-packages
4s
get-test-packages
7s
Matrix: build
Matrix: lint
Matrix: test
Discord Failure Notification
5s
Annotations
2 errors and 13 warnings
|
lint (docs)
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 (docs):
packages/docs/scripts/build.mts#L50
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (docs):
packages/docs/scripts/build.mts#L39
Non-exported functions cannot have a `void` return type. Remove the `void` keyword
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/features/other/CustomTrapdoors.ts#L759
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/features/other/CustomTrapdoors.ts#L755
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/features/other/CustomTrapdoors.ts#L268
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/features/callbackLogic/GameReorderedCallbacks.ts#L96
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/callbacks/PostTrinketBreak.ts#L58
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/callbacks/PostTransformation.ts#L58
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L149
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L136
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/callbacks/PostCollectibleEmpty.ts#L56
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint (isaacscript-common):
packages/isaacscript-common/src/classes/ModUpgraded.ts#L298
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|