Skip to content

Add generic cache support for any graphQL query #23534

Add generic cache support for any graphQL query

Add generic cache support for any graphQL query #23534

GitHub Actions / ESLint Report Analysis succeeded Feb 3, 2025 in 1s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 106 in packages/cli-kit/src/private/node/conf-store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/conf-store.ts#L106

[@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 117 in packages/cli-kit/src/private/node/conf-store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/conf-store.ts#L117

[@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 151 in packages/cli-kit/src/private/node/conf-store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/conf-store.ts#L151

[@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 202 in packages/cli-kit/src/private/node/conf-store.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/conf-store.ts#L202

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