first commit

This commit is contained in:
Sergiu Toma
2022-07-23 10:32:54 +03:00
commit bb24a296ec
10 changed files with 28029 additions and 0 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"singleQuote": true,
"semi": true,
"jsxSingleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"bracketSameLine": false
}