SlopBench: a frontend React/TypeScript slop benchmark (packages/benchmark) #1183
code-quality.yml
on: pull_request
lint
19s
typecheck
52s
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 '_'.
|
|
|
|
|
|
|