Initial commit

This commit is contained in:
puck 2026-04-30 12:13:22 +00:00
commit ca0c91c299
15 changed files with 1690 additions and 0 deletions

6
.prettierrc Normal file
View file

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