Enable search for dev stores #22556
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
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
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
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
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
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
github-actions / ESLint Report Analysis
packages/app/src/cli/prompts/dev.ts#L73
[prettier/prettier] Insert `,`
github-actions / ESLint Report Analysis
packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts#L405
[prettier/prettier] Insert `,`
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.