Replace StatusManager

This commit is contained in:
hensm
2021-04-28 06:21:50 +01:00
parent c1172410f9
commit f44d142631
22 changed files with 295 additions and 286 deletions

View File

@@ -27,7 +27,7 @@
, "comma-style": [ "error", "first" ]
, "no-multiple-empty-lines": [ "error", { "max": 2 }]
, "no-console": [ "error", {
"allow": [ "info", "error" ]
"allow": [ "info", "warn", "error" ]
}]
, "operator-linebreak": [ "error", "after", {
"overrides": {