chore: init

This commit is contained in:
2025-08-31 11:05:44 +07:00
parent b4450dd647
commit abbe4110a3
10 changed files with 3364 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"useTabs": true
}