This commit is contained in:
2022-06-05 20:45:08 -05:00
commit 792857748f
9 changed files with 1039 additions and 0 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "avoid"
}