Initial commit

This commit is contained in:
Juan Sebastián Montoya 2024-07-07 22:50:34 -05:00
commit 07c5428f7c
11 changed files with 1815 additions and 0 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf",
"singleAttributePerLine": true
}