Skip to content

Rework app info to use components

Sign in for the full log view
GitHub Actions / ESLint Report Analysis succeeded Jan 8, 2025 in 1s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 155 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#L155

[@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 286 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#L286

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