Initial commit.

This commit is contained in:
2022-03-09 22:38:02 +01:00
commit a998ec05ee
63 changed files with 7890 additions and 0 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 80
}