Add Geschenkpapier as loot item #179
Annotations
3 errors, 3 warnings, and 1 notice
|
Lint (ubuntu-slim)
Process completed with exit code 1.
|
|
Lint (macos-latest)
Process completed with exit code 1.
|
|
Lint (windows-latest)
Process completed with exit code 1.
|
|
typescript(no-useless-default-assignment):
src/service/lootDrop.ts#L97
Using `= undefined` to make a parameter optional adds unnecessary runtime logic. Use the `?` optional syntax instead.
|
|
typescript(no-useless-default-assignment):
src/service/lootDrop.ts#L97
Using `= undefined` to make a parameter optional adds unnecessary runtime logic. Use the `?` optional syntax instead.
|
|
typescript(no-useless-default-assignment):
src/service/lootDrop.ts#L97
Using `= undefined` to make a parameter optional adds unnecessary runtime logic. Use the `?` optional syntax instead.
|
|
Lint (windows-latest)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|