style: Apply Prettier formatting to codebase
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
|
||||
interface Props {
|
||||
log_lvl?: number;
|
||||
site_google_tracking_id?: string;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user