Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrates subscribe and fetchAppLogs with developer dashboard #5498

Closed

commit + stack

b3ae5f7
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Integrates subscribe and fetchAppLogs with developer dashboard #5498

commit + stack
b3ae5f7
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Mar 14, 2025 in 1s

ESLint Report Analysis

0 ESLint error(s) and 8 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check warning on line 105 in packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L47-L105

[no-negated-condition] Unexpected negated condition.

Check warning on line 114 in packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 74 in packages/app/src/cli/services/app-logs/logs-command/render-json-logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 219 in packages/app/src/cli/services/dev/processes/setup-dev-processes.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 216 in packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 222 in packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 597 in packages/app/src/cli/utilities/developer-platform-client/partners-client.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.

Check warning on line 603 in packages/app/src/cli/utilities/developer-platform-client/partners-client.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

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.