This commit is contained in:
Joshua Seigler 2021-12-01 14:54:26 -05:00
commit 76fe338201
9 changed files with 2881 additions and 0 deletions

11
.prettierrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"printWidth": 80,
"proseWrap": "preserve",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "all"
}