Fix devcontainer setup for local Saleor development #2907
Annotations
10 warnings
|
lint:
apps/search/graphql/mutations/CreateWebhook.graphql#L1
Unexpected filename "CreateWebhook.graphql". Rename it to "create-webhook.graphql"
|
|
lint:
apps/search/graphql/fragments/ProductWebhookPayload.graphql#L1
Unexpected filename "ProductWebhookPayload.graphql". Rename it to "product-webhook-payload.graphql"
|
|
lint:
apps/search/graphql/fragments/ProductVariantWebhookPayload.graphql#L1
Unexpected filename "ProductVariantWebhookPayload.graphql". Rename it to "product-variant-webhook-payload.graphql"
|
|
lint:
apps/search/graphql/fragments/ProductVariantData.graphql#L1
Unexpected filename "ProductVariantData.graphql". Rename it to "product-variant-data.graphql"
|
|
lint:
apps/search/graphql/fragments/ProductData.graphql#L1
Unexpected filename "ProductData.graphql". Rename it to "product-data.graphql"
|
|
lint:
apps/search/graphql/fragments/ProductAttributesData.graphql#L1
Unexpected filename "ProductAttributesData.graphql". Rename it to "product-attributes-data.graphql"
|
|
lint:
apps/search/graphql/fragments/OwnWebhook.graphql#L1
Unexpected filename "OwnWebhook.graphql". Rename it to "own-webhook.graphql"
|
|
lint:
packages/shared/src/create-graphql-client.ts#L27
Unsafe usage of optional chaining. If it short-circuits with 'undefined' the evaluation will throw TypeError
|
|
lint:
packages/otel/src/otel-urql-exchange-factory.ts#L121
Unexpected any. Specify a different type
|
|
lint:
packages/otel/src/otel-urql-exchange-factory.ts#L107
Unexpected any. Specify a different type
|