Initial commit

This commit is contained in:
Garrone Joseph
2021-02-20 11:51:44 +01:00
commit 997a62d821
25 changed files with 13806 additions and 0 deletions

11
.prettierrc.json Normal file
View File

@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "preserve",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
}