From a2d35641e3e669901c87761eb2828cf79fc55f10 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 19 Oct 2016 11:03:46 +0100 Subject: [PATCH] chore(tslint.json): semicolon rule expects an array --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 29fdf37f7f5c3..c28db5ea6dd46 100644 --- a/tslint.json +++ b/tslint.json @@ -4,7 +4,7 @@ "duplicateModuleImport": true, "enforce-copyright-header": true, "no-duplicate-variable": true, - "semicolon": true, + "semicolon": [true], "variable-name": [true, "ban-keywords"] } }