Skip to content

Enable search for dev stores #22556

Enable search for dev stores

Enable search for dev stores #22556

GitHub Actions / ESLint Report Analysis failed Dec 24, 2024 in 0s

ESLint Report Analysis

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

Details

Annotations

Check failure on line 7 in packages/app/src/cli/prompts/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/dev.ts#L7

[import/order] `../utilities/developer-platform-client.js` import should occur before import of `@shopify/cli-kit/node/ui`

Check failure on line 63 in packages/app/src/cli/prompts/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/dev.ts#L63

[prettier/prettier] Delete `,`

Check failure on line 64 in packages/app/src/cli/prompts/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/dev.ts#L64

[prettier/prettier] Delete `,`

Check failure on line 65 in packages/app/src/cli/prompts/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/dev.ts#L65

[prettier/prettier] Delete `,`

Check failure on line 66 in packages/app/src/cli/prompts/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/dev.ts#L66

[prettier/prettier] Delete `,`

Check failure on line 73 in packages/app/src/cli/prompts/dev.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/prompts/dev.ts#L73

[prettier/prettier] Insert `,`

Check failure on line 405 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#L405

[prettier/prettier] Insert `,`

Check warning on line 424 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#L424

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