diff --git a/webapp/src/views/InverterAdminView.vue b/webapp/src/views/InverterAdminView.vue index 558e5ddd..eb692ba1 100644 --- a/webapp/src/views/InverterAdminView.vue +++ b/webapp/src/views/InverterAdminView.vue @@ -104,7 +104,7 @@ -
+
@@ -128,7 +128,7 @@
Wp* @@ -143,7 +143,7 @@
kWh diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json index 5168db6e..45b15b49 100644 --- a/webapp/tsconfig.json +++ b/webapp/tsconfig.json @@ -8,6 +8,12 @@ }, "lib": ["ES2021", "DOM"], "moduleResolution": "Node", + + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true }, "references": [