feature/build (#1)
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / build-and-test (pull_request) Has been cancelled

Co-authored-by: Tobias Klemp <tobias.klemp@v-office.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-01-01 18:55:05 +01:00
parent 42080520bf
commit 74b6092838
34 changed files with 1070 additions and 499 deletions

View File

@@ -1,7 +1,7 @@
// $schema: https://json.schemastore.org/prettierrc
{
semi: false,
singleQuote: true,
tabWidth: 2,
semi: false,
singleQuote: true,
tabWidth: 2,
}