mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-08-03 13:10:18 +08:00
lint: biome import ordering and unused imports
Co-Authored-By: Claudypoo <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
+2
-4
@@ -19,17 +19,15 @@
|
||||
*/
|
||||
|
||||
import { randomUUID } from "node:crypto";
|
||||
import { readFileSync } from "node:fs";
|
||||
import { join } from "node:path";
|
||||
import type { ExtensionCommandContext, ExtensionContext } from "@mariozechner/pi-coding-agent";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { AutoClearManager } from "./auto-clear.js";
|
||||
import {
|
||||
type CadenceConfig,
|
||||
type CadenceState,
|
||||
createCadenceState,
|
||||
drainReminderForContext,
|
||||
evaluateToolResult,
|
||||
type CadenceConfig,
|
||||
type CadenceState,
|
||||
} from "./reminder-cadence.js";
|
||||
import { TaskStore } from "./task-store.js";
|
||||
import { loadTasksConfig } from "./tasks-config.js";
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
import { mkdtempSync, rmSync } from "node:fs";
|
||||
import { tmpdir } from "node:os";
|
||||
import { join } from "node:path";
|
||||
import { rmSync } from "node:fs";
|
||||
import { afterEach, describe, expect, it, vi } from "vitest";
|
||||
import proofTasksExtension from "../src/index.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user