From 83eacb6bc56cdcc3cd76d57e3acc065c80f1fa66 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Tue, 11 Aug 2020 21:42:53 +0900 Subject: Enable @typescript-eslint/explicit-function-return-type --- .eslintrc | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index 6977de9..7a0d757 100644 --- a/.eslintrc +++ b/.eslintrc @@ -24,7 +24,6 @@ } }, "rules": { - "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-explicit-any": "off", -- cgit v1.2.3