This commit is contained in:
Joshua Seigler 2024-12-01 23:31:23 -05:00
commit d54c4c67a2
14 changed files with 2376 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"
}