Integrates subscribe and fetchAppLogs with developer dashboard #24376
Annotations
8 warnings
packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L47
[no-negated-condition] Unexpected negated condition.
|
packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L114
[@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#L74
[@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/dev/processes/setup-dev-processes.ts#L219
[@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/app-management-client.ts#L216
[@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/app-management-client.ts#L222
[@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#L597
[@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#L603
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|