mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix unfixable lints
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { SlashCommandClosure } from './SlashCommandClosure.js';
|
||||
|
||||
export class SlashCommandUnnamedArgumentAssignment {
|
||||
/**@type {number}*/ start;
|
||||
/**@type {number}*/ end;
|
||||
/**@type {string|SlashCommandClosure}*/ value;
|
||||
/** @type {number} */ start;
|
||||
/** @type {number} */ end;
|
||||
/** @type {string|SlashCommandClosure} */ value;
|
||||
|
||||
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user