(init): Add initial logger files.

This commit is contained in:
Nix "UwU" Krystik
2026-03-11 18:12:55 +08:00
commit b681797759
11 changed files with 204 additions and 0 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "all",
"arrowParens": "always"
}