Initial commit

This commit is contained in:
2024-09-05 13:32:29 +00:00
commit 28fe466ea3
241 changed files with 23469 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}