changeset 267:c2e6429c6917

Remove linting rule
author Lucas Thompson <dev@lucas.im>
date Fri, 28 Apr 2017 15:40:35 +0100
parents 4c1c19fbcf70
children 9c9ac77d7448
files tslint.json
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,