Initial q-blog commit in its own repo

This commit is contained in:
Justin Ferrari
2023-12-08 13:56:56 -05:00
commit 7391940b13
131 changed files with 27283 additions and 0 deletions

10
.prettierrc.json Normal file
View File

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