Add ESLint

This commit is contained in:
thiloho
2024-09-07 13:04:09 +02:00
parent d3317a1621
commit e153120a47
9 changed files with 1714 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
<script lang="ts">
import WebsiteEditor from "$lib/components/WebsiteEditor.svelte";
import { sortOptions } from "$lib/utils.js";
import { page } from "$app/stores";
import { enhance } from "$app/forms";
import Modal from "$lib/components/Modal.svelte";