initial mvp version

This commit is contained in:
Conor Sloan
2023-11-17 20:04:42 +00:00
parent 5d945681fa
commit 8f0926c56a
35 changed files with 90199 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}