style: fix lint ordering

This commit is contained in:
Peter Steinberger
2026-01-04 06:27:54 +01:00
parent 1315fc4caf
commit ff88f3c075
4 changed files with 8 additions and 5 deletions

View File

@@ -18,10 +18,10 @@ import { extractModelDirective } from "../model.js";
import type { MsgContext } from "../templating.js";
import type { ReplyPayload } from "../types.js";
import {
type ElevatedLevel,
extractElevatedDirective,
extractThinkDirective,
extractVerboseDirective,
type ElevatedLevel,
type ThinkLevel,
type VerboseLevel,
} from "./directives.js";