Initial commit

This commit is contained in:
Marko Korhonen 2023-11-11 15:13:20 +02:00
commit 92e756977d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
9 changed files with 4119 additions and 0 deletions

9
.prettierrc.json Normal file
View file

@ -0,0 +1,9 @@
{
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"semi": true,
"bracketSpacing": true,
"xmlWhitespaceSensitivity": "ignore",
"bracketSameLine": true
}