From ac6fea6e684126cb57e3a829a87adb16d31dcece Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Thu, 18 May 2017 09:22:19 +0200 Subject: [PATCH] Upgraded tslint rules --- tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.json b/tslint.json index c01b1195..12343c6c 100644 --- a/tslint.json +++ b/tslint.json @@ -53,7 +53,6 @@ "arrow-return-shorthand": true, "callable-types": true, "class-name": true, - "newline-before-return": true, "new-parens": true, "no-angle-bracket-type-assertion": true, "no-consecutive-blank-lines": [ true, 3 ],