Skip to content

Use Readonly to prevent modifying input

Sign in for the full log view
GitHub Actions / ESLint Report Analysis failed Dec 9, 2024 in 0s

ESLint Report Analysis

1 ESLint error(s) and 11 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check warning on line 419 in packages/app/src/cli/models/app/app.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/app/app.ts#L419

[@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 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 352 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#L352

[@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 logical or (`||`), as it is a safer operator.

Check warning on line 489 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#L489

[@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 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 516 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#L516

[@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 529 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#L529

[@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 565 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#L565

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

Check failure on line 30 in packages/app/src/cli/services/app/write-app-configuration-file.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app/write-app-configuration-file.ts#L30

[prettier/prettier] Replace `schema:·T,·config:·Readonly<unknown>·|·undefined` with `⏎··schema:·T,⏎··config:·Readonly<unknown>·|·undefined,⏎`

Check warning on line 343 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#L343

[@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 401 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#L401

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