git push wip

This commit is contained in:
2023-03-27 21:49:34 -05:00
commit 630fd021b3
49 changed files with 1146 additions and 0 deletions

12
.prettierrc Normal file
View File

@ -0,0 +1,12 @@
{
"trailingComma": "es5",
"goTemplateBracketSpacing": true,
"tabWidth": 2,
"useTabs": false,
"bracketSameLine": true,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"singleAttributePerLine": false
}