diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-13 10:21:53 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-14 14:06:14 +0200 |
commit | 701548c5b25efba70c3818e96a4394701cfb913e (patch) | |
tree | 347881ae607acda17f2014a5e7ed1aadee055145 /webapp/tslint.json | |
parent | 247bb7c2db5f0d48178398599348249bf886ebbc (diff) |
Add LowCollector & rename Supervisor to Monitoringsandbox/SebD/dev_supervisor_als_2019
Change-Id: Ibd78f1200ed71b0100ebd48dddb9236377e2fb36
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'webapp/tslint.json')
-rw-r--r-- | webapp/tslint.json | 13 |
1 files changed, 10 insertions, 3 deletions
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, |