This commit is contained in:
2022-06-06 21:00:10 -05:00
commit 1e94d1a8ed
23 changed files with 1693 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"
}