X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Ftslint.json;h=7a10b10ea581b74bfd77613e3732d28d2a743ac1;hb=refs%2Fheads%2Fsandbox%2FSebD%2Fdev_supervisor_als_2019;hp=9bfdcb286e12f9ce40bff186a1bdfdce16e0dbf2;hpb=247bb7c2db5f0d48178398599348249bf886ebbc;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/tslint.json b/webapp/tslint.json index 9bfdcb2..7a10b10 100644 --- a/webapp/tslint.json +++ b/webapp/tslint.json @@ -6,8 +6,12 @@ "trailing-comma": [ true, { - "multiline": "always", - "singleline": "never" + "multiline": { + "objects": "ignore", + "arrays": "always", + "functions": "ignore", + "typeLiterals": "ignore" + } } ], "arrow-return-shorthand": true, @@ -119,7 +123,10 @@ "component-selector": [ true, "element", - ["ngx", "xds"], + [ + "ngx", + "xds" + ], "kebab-case" ], "use-input-property-decorator": true,