Skip to content

Record business_platform_id not partner_id in remaining cases #22747

Record business_platform_id not partner_id in remaining cases

Record business_platform_id not partner_id in remaining cases #22747

GitHub Actions / ESLint Report Analysis succeeded Jan 9, 2025 in 0s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 134 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L134

[@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 351 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L351

[@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 487 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L487

[@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 488 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L488

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.

Check warning on line 514 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L514

[@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 515 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L515

[@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 528 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L528

[@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 564 in packages/app/src/cli/services/app/config/link.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/config/link.ts#L564

[@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 341 in packages/app/src/cli/services/context.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/context.ts#L341

[@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 158 in packages/app/src/cli/services/info.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/info.ts#L158

[@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 270 in packages/app/src/cli/services/info.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/info.ts#L270

[@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 425 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#L425

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.