From d7e74aeef7824dd2c046767415d8289729972a4d Mon Sep 17 00:00:00 2001 From: Alexander Zhukov Date: Wed, 24 May 2017 11:43:36 +0300 Subject: [PATCH] build: update the tslint config --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index 7c583f7b..5c034030 100644 --- a/tslint.json +++ b/tslint.json @@ -102,7 +102,6 @@ "prefer-template": true, "no-unnecessary-callback-wrapper": true, "member-access": [true, "no-public"], - "newline-before-return": true, "no-empty-interface": true, "no-reference": true, "prefer-for-of": true,