From dca22fd151fd68cdfe4aaafb140470542f11d86a Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Sun, 8 Jul 2018 15:48:05 +0100 Subject: [PATCH] Tabs to spaces in tslint (#12529) * tabs to spaces testing commit permisions :) * revert * tabs to spaces --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index e7a51295701..22e123e0364 100644 --- a/tslint.json +++ b/tslint.json @@ -2,7 +2,7 @@ "rules": { "no-string-throw": true, "no-unused-expression": true, - "no-unused-variable": false, + "no-unused-variable": false, "no-use-before-declare": false, "no-duplicate-variable": true, "curly": true,