style: prettier format changes

This commit is contained in:
Ritesh Ghosh
2025-05-11 13:05:23 +05:30
parent 21ca35904b
commit 797fc2455c
17 changed files with 326 additions and 339 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
name: "aniwatch-api",
environment: "node",
testTimeout: 15000,
},
test: {
name: "aniwatch-api",
environment: "node",
testTimeout: 15000,
},
});