Initial commit

This commit is contained in:
Gašper Dobrovoljc
2023-03-13 14:50:49 +01:00
commit 0c0d82db42
9 changed files with 298 additions and 0 deletions

4
.prettierrc Normal file
View File

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