chore: pnpm lint fix

ran pnpm lint fix and fixed all lint errors
This commit is contained in:
Dustin Loring
2025-01-16 10:45:06 -05:00
parent d55a584013
commit 0bf3cafe83
35 changed files with 116 additions and 97 deletions

View File

@@ -1,8 +1,8 @@
import { Compartment, type Extension } from '@codemirror/state';
import { EditorView } from '@codemirror/view';
import { vscodeDark, vscodeLight } from '@uiw/codemirror-theme-vscode';
import type { Theme } from '~/types/theme.js';
import type { EditorSettings } from './CodeMirrorEditor.js';
import type { Theme } from '~/types/theme.js';
export const darkTheme = EditorView.theme({}, { dark: true });
export const themeSelection = new Compartment();