mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix for eslint
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { Fuse } from '../lib.js';
|
import { Fuse } from '../lib.js';
|
||||||
|
|
||||||
import { callPopup, chat_metadata, eventSource, event_types, generateQuietPrompt, getCurrentChatId, getRequestHeaders, getThumbnailUrl, saveSettingsDebounced } from '../script.js';
|
import { chat_metadata, eventSource, event_types, generateQuietPrompt, getCurrentChatId, getRequestHeaders, getThumbnailUrl, saveSettingsDebounced } from '../script.js';
|
||||||
import { openThirdPartyExtensionMenu, saveMetadataDebounced } from './extensions.js';
|
import { openThirdPartyExtensionMenu, saveMetadataDebounced } from './extensions.js';
|
||||||
import { SlashCommand } from './slash-commands/SlashCommand.js';
|
import { SlashCommand } from './slash-commands/SlashCommand.js';
|
||||||
import { SlashCommandParser } from './slash-commands/SlashCommandParser.js';
|
import { SlashCommandParser } from './slash-commands/SlashCommandParser.js';
|
||||||
|
@@ -7,7 +7,6 @@ import { Fuse, DOMPurify } from '../lib.js';
|
|||||||
|
|
||||||
import {
|
import {
|
||||||
abortStatusCheck,
|
abortStatusCheck,
|
||||||
callPopup,
|
|
||||||
characters,
|
characters,
|
||||||
event_types,
|
event_types,
|
||||||
eventSource,
|
eventSource,
|
||||||
|
Reference in New Issue
Block a user