mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
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:
committed by
Aiden McClelland
parent
dbc159c82e
commit
5e681aa3fb
@@ -2,7 +2,6 @@
|
||||
"rules": {
|
||||
"no-unused-variable": true,
|
||||
"no-unused-expression": true,
|
||||
"space-before-function-paren": true,
|
||||
"semicolon": [
|
||||
true,
|
||||
"never"
|
||||
@@ -24,8 +23,7 @@
|
||||
"check-type",
|
||||
"check-typecast",
|
||||
"check-type-operator",
|
||||
"check-preblock",
|
||||
"check-postbrace"
|
||||
"check-preblock"
|
||||
],
|
||||
"trailing-comma": [
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user