first commit

This commit is contained in:
WaylonWalker 2019-11-10 09:20:32 -06:00
commit bde4779b1b
21 changed files with 17844 additions and 0 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}