🎉 Initial commit

This commit is contained in:
divlo
2020-08-04 16:22:31 +02:00
commit 00f95feadf
26 changed files with 48439 additions and 0 deletions

10
.prettierrc Normal file
View File

@ -0,0 +1,10 @@
{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 2,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "none"
}