first commit

This commit is contained in:
skidoodle 2024-05-28 10:13:33 +02:00
commit 83d33d2847
18 changed files with 2718 additions and 0 deletions

6
.prettierrc Normal file
View file

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