# HG changeset patch # User Lucas Thompson # Date 1493390435 -3600 # Node ID c2e6429c6917546bc3c028ec7987f1578ddd3a1e # Parent 4c1c19fbcf70da18bc77304ea25c78de53a2c954 Remove linting rule diff -r 4c1c19fbcf70 -r c2e6429c6917 tslint.json --- a/tslint.json Fri Apr 28 14:31:24 2017 +0100 +++ b/tslint.json Fri Apr 28 15:40:35 2017 +0100 @@ -51,7 +51,7 @@ "no-string-literal": false, "no-string-throw": true, "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, + "no-trailing-whitespace": false, "no-unused-expression": true, "no-use-before-declare": true, "no-var-keyword": true,