first commit

This commit is contained in:
brusnitsyn
2026-04-14 22:29:58 +09:00
commit bf08f90499
165 changed files with 14984 additions and 0 deletions

5
.prettierrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"trailingComma": "all"
}