chore: Enable eslint/no-unused-vars.

This commit is contained in:
cpojer
2026-01-31 16:06:39 +09:00
parent 15792b153f
commit 9c4cbaab7b
20 changed files with 11 additions and 46 deletions

View File

@@ -1,13 +1,7 @@
import fs from "node:fs/promises";
import path from "node:path";
import {
type Api,
type AssistantMessage,
type Context,
complete,
type Model,
} from "@mariozechner/pi-ai";
import { type Api, type Context, complete, type Model } from "@mariozechner/pi-ai";
import { discoverAuthStorage, discoverModels } from "../pi-model-discovery.js";
import { Type } from "@sinclair/typebox";