Initial release

This commit is contained in:
2026-05-12 23:57:41 -04:00
parent 524c6d2be7
commit 84691ccc3a
66 changed files with 9689 additions and 23 deletions

11
.prettierrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"embeddedLanguageFormatting": "auto",
"quoteProps": "as-needed"
}