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,11 +1,4 @@
import type {
MessageEvent,
TextEventMessage,
StickerEventMessage,
LocationEventMessage,
EventSource,
PostbackEvent,
} from "@line/bot-sdk";
import type { MessageEvent, StickerEventMessage, EventSource, PostbackEvent } from "@line/bot-sdk";
import { formatInboundEnvelope, resolveEnvelopeFormatOptions } from "../auto-reply/envelope.js";
import { finalizeInboundContext } from "../auto-reply/reply/inbound-context.js";
import { formatLocationText, toLocationContext } from "../channels/location.js";