style: Apply Prettier formatting to codebase

This commit is contained in:
Scott Idem
2025-11-19 13:38:45 -05:00
parent 8f49edc1b3
commit 8029034e37
41 changed files with 852 additions and 892 deletions

View File

@@ -1,5 +1,4 @@
<script lang="ts">
interface Props {
log_lvl?: number;
site_google_tracking_id?: string;

View File

@@ -9,12 +9,6 @@
import { onMount, onDestroy } from 'svelte';
import { ensureCodeMirrorModules } from '../elements/codemirror_modules';
interface Props {
// Props
content?: string;
@@ -46,7 +40,6 @@
tab_size = 4,
class: classes = ''
}: Props = $props();
let editor_element: HTMLDivElement = $state();
let editorView: any = $state(); // Changed to any