Initial commit

This commit is contained in:
CrazyMax 2021-05-30 07:51:20 +02:00
commit aecf5e3748
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
30 changed files with 9832 additions and 0 deletions

11
.prettierrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}