Initial commit

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

6
.prettierrc Normal file
View file

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