style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-17 10:11:42 +00:00
parent 087215c4fd
commit 8c338d8d56
3 changed files with 14 additions and 14 deletions

View file

@ -10,7 +10,7 @@ export default mergeConfig(
exclude: [...configDefaults.exclude, "e2e/**"],
root: fileURLToPath(new URL("./", import.meta.url)),
// Startup the backend server, because it is needed for some tests
globalSetup: [ "./tests/setup-backend.ts" ]
globalSetup: ["./tests/setup-backend.ts"],
},
}),
);