Working init app

Change-Id: I545c6c2f7182adf28d4ced41ac38613746d2b3d8
This commit is contained in:
Roman Jaroš 2023-09-09 18:18:34 +02:00
parent 13ab39d1fd
commit 6f2586ccad
15 changed files with 133 additions and 62 deletions

9
.prettierrc Normal file
View file

@ -0,0 +1,9 @@
{
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"parser": "typescript",
"printWidth": 120,
"bracketSameLine": true
}