first commit

This commit is contained in:
skidoodle 2023-10-25 23:25:13 +02:00
commit bba6145d0e
4 changed files with 118 additions and 0 deletions

6
.prettierrc Normal file
View file

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