mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-29 20:39:29 +00:00
The `packages/shared/src/type-guards.ts` file had 4 `biome-ignore lint/plugin:` comments that were ineffective because the shared package does not configure the GritQL plugin in its biome config. Biome reported these as `suppressions/unused` warnings. Removing them brings the shared package to zero lint warnings. Fixes #1889 Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"name": "@openrouter/spawn-shared",
|
|
"version": "0.1.1",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"dependencies": {
|
|
"valibot": "1.2.0"
|
|
}
|
|
}
|