Skip to content

Rework app info to use components #22693

Rework app info to use components

Rework app info to use components #22693

GitHub Actions / ESLint Report Analysis failed Jan 8, 2025 in 0s

ESLint Report Analysis

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

Details

Annotations

Check failure on line 15 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#L10-L15

[prettier/prettier] Replace `⏎··OutputMessage,⏎··formatPackageManagerCommand,⏎··outputContent,⏎··stringifyMessage,⏎` with `OutputMessage,·formatPackageManagerCommand,·outputContent,·stringifyMessage`

Check failure on line 109 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#L109

[@typescript-eslint/no-inferrable-types] Type string trivially inferred from a string literal, remove type annotation.

Check failure on line 238 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#L238

[@typescript-eslint/no-base-to-string] 'extension.handle || NOT_LOADED_TEXT' may use Object's default stringification format ('[object Object]') when stringified.

Check failure on line 14 in packages/cli-kit/src/private/node/ui/components/TabularData.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/ui/components/TabularData.tsx#L14

[prettier/prettier] Replace `(tokenItemToString(cell)` with `tokenItemToString(cell`