refactor: add formatter to Playwright tests

This commit is contained in:
Elias Schneider
2025-06-27 23:33:26 +02:00
parent d070b9a778
commit 73e7e0b1c5
22 changed files with 1581 additions and 1764 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"lib": ["ES2022"]
}
"compilerOptions": {
"baseUrl": ".",
"lib": ["ES2022"]
}
}