resource bonus UI basic

This commit is contained in:
Azgaar 2021-05-12 10:40:54 +03:00 committed by Peter
parent ffe6483cbe
commit 73123bae68
2 changed files with 129 additions and 91 deletions

10
.prettierrc.json Normal file
View file

@ -0,0 +1,10 @@
{
"bracketSpacing": false,
"semi": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 220,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}