From 6937b6a04d799f871702312119e20e33dacec0d1 Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Thu, 22 Jun 2017 16:20:45 +0300 Subject: [PATCH] build: fix tslint config --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index f1365d3d..40e96dba 100644 --- a/tslint.json +++ b/tslint.json @@ -98,7 +98,6 @@ "space-in-parens": ["error", "info", "never"], "number-literal-format": true, "no-invalid-template-strings": true, - "no-void-expression": [true, "ignore-arrow-function-shorthand"], "prefer-template": true, "no-unnecessary-callback-wrapper": true, "member-access": [true, "no-public"],