commit | 0f77c50d7c2f2990b0e6aa59d70c6af213935da9 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 06 16:46:00 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 06 18:36:59 2016 -0800 |
tree | ff6e843ae36a47557f29aeff8c6ef7026e0bd8f2 | |
parent | 8b9f1647ff6a8edea84da39ca6c99bb9a67ed837 [diff] [blame] |
Updating observable on webscoket event Change-Id: I8325785b8d40b646ea67f28b61b8d603803a571e
diff --git a/tslint.json b/tslint.json index d8902fa..5a95833 100644 --- a/tslint.json +++ b/tslint.json
@@ -28,8 +28,7 @@ ], "class-name": true, "comment-format": [true, - "check-space", - "check-lowercase" + "check-space" ], "curly": true, "eofline": true, @@ -73,7 +72,6 @@ "one-line": [true, "check-open-brace", "check-catch", - "check-else", "check-whitespace" ], "quotemark": [true, "single"],