chore: add AI training restriction to license #1758
code-quality.yml
on: pull_request
lint
20s
typecheck
23s
Annotations
10 warnings
|
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 '_'.
|
|
|
|
|
|
|
|
eslint(no-unused-vars):
packages/oxlint-plugin-react-doctor/src/plugin/rules/react-builtins/rules-of-hooks.ts#L11
Type 'Rule' is imported but never used.
|
|
eslint(no-unused-vars):
packages/oxlint-plugin-react-doctor/src/plugin/rules/react-builtins/react-in-jsx-scope.ts#L4
Type 'Rule' is imported but never used.
|
|
|
|
|