From 085f6d4c4e06a67c22f5964b2f511cb32e21cc5e Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 28 Jan 2017 16:20:02 -0800 Subject: [PATCH] Removed no-trailing-whitespace rule --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 326aeb4..6df3e0b 100644 --- a/tslint.json +++ b/tslint.json @@ -46,7 +46,6 @@ "no-shadowed-variable": true, "no-string-literal": true, "no-switch-case-fall-through": true, - "no-trailing-whitespace": true, "no-unsafe-finally": true, "no-unused-expression": true, "no-unused-new": true,