Initial commit

This commit is contained in:
Gašper Dobrovoljc
2023-01-06 21:40:41 +01:00
commit 6c1a85bcf1
8 changed files with 332 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}