Initial commit: Add project structure and configuration

This commit is contained in:
2026-01-30 07:05:01 +00:00
parent 4fbca5beb3
commit 7f1ff700e8

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true
}