This commit is contained in:
Cynthia Foxwell 2024-05-05 16:18:38 -06:00
parent 31eeffbbda
commit 5909475503
14 changed files with 3360 additions and 697 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"semi": true,
"bracketSpacing": false,
"endOfLine": "lf",
"printWidth": 120
}