Initial commit: Add project structure and configuration files
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 00:54:45 +00:00
parent 195b9eddf3
commit 3516981b37

8
.prettierrc Normal file
View File

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