Skip to content

shopify-cli

shopify-cli #17141

GitHub Actions / ESLint Report Analysis succeeded Dec 4, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 160 ESLint warning(s) found

Details

Annotations

Check warning on line 58 in packages/theme/src/cli/utilities/theme-ext-environment/theme-ext-fs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/theme/src/cli/utilities/theme-ext-environment/theme-ext-fs.ts#L58

[@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 102 in packages/cli-kit/src/private/node/ui/components/Prompts/PromptLayout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/ui/components/Prompts/PromptLayout.tsx#L102

[@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 53 in packages/app/src/cli/services/dev/update-extension.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/dev/update-extension.ts#L53

[@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 6 in packages/theme/src/cli/utilities/theme-selector/filter.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/theme/src/cli/utilities/theme-selector/filter.ts#L6

[@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 20 in packages/cli-kit/src/private/node/ui/components/Table/Table.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/ui/components/Table/Table.tsx#L20

[@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 252 in packages/app/src/cli/services/dev/urls.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/dev/urls.ts#L252

[@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 7 in packages/theme/src/cli/utilities/theme-store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/theme/src/cli/utilities/theme-store.ts#L7

[@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 38 in packages/cli-kit/src/private/node/ui/components/Table/Table.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/ui/components/Table/Table.tsx#L38

[@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 14 in packages/app/src/cli/services/extensions/common.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/extensions/common.ts#L14

[@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 14 in packages/ui-extensions-dev-console/src/sections/Extensions/components/Row/Row.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/ui-extensions-dev-console/src/sections/Extensions/components/Row/Row.tsx#L14

[@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 83 in packages/app/src/cli/commands/app/deploy.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/commands/app/deploy.ts#L83

[@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 98 in packages/cli-kit/src/private/node/ui/components/TokenizedText.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/ui/components/TokenizedText.tsx#L98

[@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 14 in packages/ui-extensions-dev-console/tests/mock-i18n.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/ui-extensions-dev-console/tests/mock-i18n.ts#L14

[@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 24 in packages/app/src/cli/services/fetch-extensions.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/fetch-extensions.ts#L24

[@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 73 in packages/cli-kit/src/public/node/analytics.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/public/node/analytics.ts#L73

[@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 139 in packages/app/src/cli/commands/app/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/commands/app/dev.ts#L139

[@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 215 in packages/ui-extensions-server-kit/src/ExtensionServerClient/ExtensionServerClient.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/ui-extensions-server-kit/src/ExtensionServerClient/ExtensionServerClient.ts#L215

[@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 65 in packages/app/src/cli/services/flow/validation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/flow/validation.ts#L65

[@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 74 in packages/cli-kit/src/public/node/analytics.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/public/node/analytics.ts#L74

[@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 59 in packages/app/src/cli/commands/app/function/run.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/commands/app/function/run.ts#L59

[@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 115 in packages/app/src/cli/services/flow/validation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/flow/validation.ts#L115

[@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 108 in packages/ui-extensions-server-kit/src/state/reducers/extensionServerReducer.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/ui-extensions-server-kit/src/state/reducers/extensionServerReducer.test.ts#L108

[@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 80 in packages/cli-kit/src/public/node/analytics.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/public/node/analytics.ts#L80

[@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 67 in packages/app/src/cli/commands/app/function/run.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/commands/app/function/run.ts#L67

[@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 50 in packages/cli-kit/src/public/node/base-command.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/public/node/base-command.ts#L50

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