Add LowCollector & rename Supervisor to Monitoring
[src/xds/xds-agent.git] / webapp / tslint.json
index 9bfdcb2..7a10b10 100644 (file)
@@ -6,8 +6,12 @@
     "trailing-comma": [
       true,
       {
-        "multiline": "always",
-        "singleline": "never"
+        "multiline": {
+          "objects": "ignore",
+          "arrays": "always",
+          "functions": "ignore",
+          "typeLiterals": "ignore"
+        }
       }
     ],
     "arrow-return-shorthand": true,
     "component-selector": [
       true,
       "element",
-      ["ngx", "xds"],
+      [
+        "ngx",
+        "xds"
+      ],
       "kebab-case"
     ],
     "use-input-property-decorator": true,