Skip to content

SlopBench: a frontend React/TypeScript slop benchmark (packages/benchmark) #1183

SlopBench: a frontend React/TypeScript slop benchmark (packages/benchmark)

SlopBench: a frontend React/TypeScript slop benchmark (packages/benchmark) #1183

Triggered via pull request June 9, 2026 05:18
Status Success
Total duration 54s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-unused-vars): packages/core/tests/fixtures/basic-react/src/performance-issues.tsx#L39
Variable 'setIsLoading' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/core/tests/fixtures/basic-react/src/architecture-issues.tsx#L1
Identifier 'useState' is imported but never used.
eslint(no-unused-vars): packages/core/tests/fixtures/tanstack-start-app/src/routes/edge-cases.tsx#L4
Parameter 'schema' is declared but never used. Unused parameters should start with a '_'.
eslint(no-unused-vars): packages/core/tests/fixtures/tanstack-start-app/src/routes/edge-cases.tsx#L3
Parameter 'options' is declared but never used. Unused parameters should start with a '_'.
eslint(no-unused-vars): packages/core/tests/fixtures/tanstack-start-app/src/routes/route-issues.tsx#L5
Variable 'redirect' is declared but never used. Unused variables should start with a '_'.