From 8d2da56ea51e335f0247be40f02a121750aced02 Mon Sep 17 00:00:00 2001 From: segayuu Date: Mon, 30 Oct 2017 11:15:24 +0900 Subject: [PATCH] cleanup lint error: arrow-return-shorthand --- types/request/tslint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/types/request/tslint.json b/types/request/tslint.json index 21ab8a214b..8f9210f781 100644 --- a/types/request/tslint.json +++ b/types/request/tslint.json @@ -3,7 +3,6 @@ "rules": { "adjacent-overload-signatures": false, "array-type": false, - "arrow-return-shorthand": false, "ban-comma-operator": false, "ban-types": false, "callable-types": false,