Add appLogs
to DeveloperPlatformClient interface
#24374
Annotations
5 warnings
packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L45
[no-negated-condition] Unexpected negated condition.
|
packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L112
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/services/app-logs/logs-command/render-json-logs.ts#L72
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/utilities/developer-platform-client/partners-client.ts#L594
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/utilities/developer-platform-client/partners-client.ts#L600
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|