Initial commit

This commit is contained in:
skidoodle 2023-09-15 21:11:43 +02:00
parent e02071ead0
commit f7a8512076
13 changed files with 5027 additions and 4244 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}