style: add eslint and prettier, fix style errors

This commit is contained in:
2026-02-13 09:59:19 +05:00
parent 5d6159fe29
commit 387c1751c6
101 changed files with 14596 additions and 12946 deletions
+13 -13
View File
@@ -1,13 +1,13 @@
import SelectFont from "$components/ui/SelectFont.svelte";
import { render } from "@testing-library/svelte";
import { describe, it } from "vitest";
describe("SelectFont.svelte", () => {
it("should render without crashing", () => {
render(SelectFont, {
props: {
value: "Arial",
},
});
});
});
import SelectFont from "$components/ui/SelectFont.svelte";
import { render } from "@testing-library/svelte";
import { describe, it } from "vitest";
describe("SelectFont.svelte", () => {
it("should render without crashing", () => {
render(SelectFont, {
props: {
value: "Arial",
},
});
});
});