resource bonus UI basic

This commit is contained in:
Azgaar 2021-05-12 10:40:54 +03:00
parent b59e69aa7c
commit 0e2a80256a
4 changed files with 186 additions and 147 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"
}