chore: update lint rules, add tests

This commit is contained in:
2026-09-11 06:26:42 +05:00
parent 75f6891e7c
commit 098897cddd
18 changed files with 446 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
plugins: [svelte()],
test: {
include: ["src/**/*.test.ts"],
include: ["src/**/*.test.ts", "eslint-plugins/**/*.test.ts"],
environment: "node",
},
});