This commit is contained in:
2025-05-29 16:39:53 -04:00
commit 1a364391d1
15 changed files with 2355 additions and 0 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
}