Enable object-curly-spacing lint

This commit is contained in:
valadaptive
2023-12-04 12:32:41 -05:00
parent 414c9bd5fb
commit 5f1bed1e70
7 changed files with 23 additions and 22 deletions

View File

@ -10,7 +10,7 @@ import { NovelTtsProvider } from './novel.js';
import { power_user } from '../../power-user.js';
import { registerSlashCommand } from '../../slash-commands.js';
import { OpenAITtsProvider } from './openai.js';
import {XTTSTtsProvider} from './xtts.js';
import { XTTSTtsProvider } from './xtts.js';
export { talkingAnimation };
const UPDATE_INTERVAL = 1000;