feat: Migrate GraphiQL frontend to standalone Vite-built React 18 package #30595
Annotations
2 errors and 1 warning
|
packages/app/src/cli/services/dev/graphiql/templates/graphiql.tsx#L58
'graphiqlTemplate' is an unused export
|
|
packages/app/src/cli/services/dev/graphiql/server.ts#L106
[prettier/prettier] Replace `'/extensions/graphiql/assets',·express.static(joinPath(graphiqlAssetsDir,·'extensions',·'graphiql',·'assets'))` with `⏎····'/extensions/graphiql/assets',⏎····express.static(joinPath(graphiqlAssetsDir,·'extensions',·'graphiql',·'assets')),⏎··`
|
|
packages/graphiql-console/src/sections/GraphiQL/GraphiQL.tsx#L19
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|