Skip to content
Triggered via push July 13, 2023 11:34
Status Failure
Total duration 43s
Billable time 2m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
typecheck: examples/multiple-pages/src/main.tsx#L3
An import path can only end with a '.tsx' extension when 'allowImportingTsExtensions' is enabled.
typecheck
Process completed with exit code 1.
lint: examples/multiple-pages/src/App.tsx#L12
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
lint: examples/multiple-pages/src/App.tsx#L15
Using target="_blank" without rel="noreferrer" (which implies rel="noopener") is a security risk in older browsers: see https://mathiasbynens.github.io/rel-noopener/#recommendations
lint: examples/multiple-pages/src/App.tsx#L21
Unexpected parentheses around single function argument having a body with no curly braces
lint: tsconfig.json#L21
Unexpected trailing comma
lint: tsconfig.json#L25
Expected indentation of 2 spaces but found 4
lint
Process completed with exit code 1.
lint: src/client/index.tsx#L51
'route' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L36
'script' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L49
'rootContainerClass' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L124
'ssrManifest' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L134
'initialState' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L134
'transformState' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L136
'transformedIndexHTML' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/build.ts#L213
'rewriteScripts' is defined but never used. Allowed unused vars must match /^_/u
lint: src/node/server.tsx#L9
'routerContext' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/node/server.tsx#L24
'htmlAttributes' is assigned a value but never used. Allowed unused vars must match /^_/u