Skip to content

Generate local sourcemap files for UI extensions #20367

Generate local sourcemap files for UI extensions

Generate local sourcemap files for UI extensions #20367

GitHub Actions / ESLint Report Analysis succeeded Oct 18, 2024 in 1s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 362 in packages/app/src/cli/models/extensions/extension-instance.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.test.ts#L362

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined.

Check warning on line 385 in packages/app/src/cli/models/extensions/extension-instance.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.test.ts#L385

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, value is always truthy.

Check warning on line 254 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L254

[@typescript-eslint/no-unnecessary-condition] Unnecessary optional chain on a non-nullish value.

Check warning on line 263 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L263

[@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 281 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L281

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined.

Check warning on line 315 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L315

[@typescript-eslint/no-unnecessary-condition] Unnecessary optional chain on a non-nullish value.

Check warning on line 315 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L315

[@typescript-eslint/no-unnecessary-condition] Unnecessary optional chain on a non-nullish value.

Check warning on line 352 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L352

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined.

Check warning on line 352 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L352

[@typescript-eslint/non-nullable-type-assertion-style] Use a ! assertion to more succinctly remove null and undefined from the type.

Check warning on line 396 in packages/app/src/cli/models/extensions/extension-instance.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/extension-instance.ts#L396

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined.

Check warning on line 31 in packages/app/src/cli/models/extensions/specifications/ui_extension.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/specifications/ui_extension.ts#L31

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined.

Check warning on line 46 in packages/app/src/cli/models/extensions/specifications/ui_extension.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/specifications/ui_extension.ts#L46

[@typescript-eslint/no-unnecessary-condition] Unnecessary optional chain on a non-nullish value.

Check warning on line 86 in packages/app/src/cli/models/extensions/specifications/ui_extension.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/specifications/ui_extension.ts#L86

[@typescript-eslint/no-unnecessary-condition] Unnecessary conditional, value is always falsy.

Check warning on line 107 in packages/app/src/cli/models/extensions/specifications/ui_extension.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/models/extensions/specifications/ui_extension.ts#L103-L107

[no-negated-condition] Unexpected negated condition.