first commit

This commit is contained in:
2021-10-02 14:29:49 +02:00
commit b594f57468
19 changed files with 5385 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}