update html template dependency and templates
[websub-hub] / .eslintrc.json
index 1a60b640385f4ee7004225e51f0ec169bec0f6b9..e6c6f891e3faa434368a990eaeaffb9f0aea42f4 100644 (file)
       "error",
       "last"
     ],
+    "indent": [
+      "warn",
+      2,
+      {
+        "SwitchCase": 1
+      }
+    ],
     "sonarjs/cognitive-complexity": "warn",
     "sonarjs/no-duplicate-string": "warn",
     "keyword-spacing": "error",