Release #74
Annotations
10 warnings
|
lint/correctness/noUnusedImports:
tests/firecrawl.test.ts#L8
Several of these imports are unused.
|
|
lint/correctness/noUnusedImports:
src/types.ts#L67
This import is unused.
|
|
lint/complexity/useOptionalChain:
src/research/semantic.ts#L54
Change to an optional chain.
|
|
lint/correctness/noUnusedImports:
src/research/semantic.ts#L5
Several of these imports are unused.
|
|
lint/correctness/noUnusedImports:
src/research/semantic.ts#L2
Several of these imports are unused.
|
|
suppressions/unused:
src/orchestrate.ts#L170
Suppression comment has no effect. Remove the suppression or make sure you are suppressing the correct rule.
|
|
lint/correctness/noUnusedImports:
src/orchestrate.ts#L1
Several of these imports are unused.
|
|
lint/correctness/noUnusedImports:
src/orchestrate-templates.ts#L3
This import is unused.
|
|
lint/complexity/useOptionalChain:
src/mcp/handlers.ts#L60
Change to an optional chain.
|
|
lint/correctness/noUnusedImports:
src/cli.ts#L25
Several of these imports are unused.
|