chore: add code quality tooling

This commit is contained in:
MythEclipse
2026-05-13 15:28:25 +07:00
parent 2676998411
commit 138aa397e2
15 changed files with 2023 additions and 891 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
import { defineConfig } from 'vitest/config';
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: 'node',
include: ['tests/**/*.test.ts']
}
environment: "node",
include: ["tests/**/*.test.ts"],
},
});