refactor(app-show): refactor component (#961)

* refactor(app-show): refactor component

* chore: remove precommit hook for the time being

* chore: fix mutation by spreading

Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
Alex Inkin
2021-12-29 18:27:17 +03:00
committed by Aiden McClelland
parent dbc159c82e
commit 5e681aa3fb
42 changed files with 2446 additions and 784 deletions

6
ui/.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "all"
}