From 9edc62f703de86e1dc96d1ef1310c8c50d7b6ee1 Mon Sep 17 00:00:00 2001 From: sercan Date: Tue, 18 May 2021 11:42:36 +0300 Subject: [PATCH] (eslint) Activate explicit return types on functions and methods --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 8fe4fe01..a2718c12 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,6 +43,7 @@ } ], "@typescript-eslint/dot-notation": "off", + "@typescript-eslint/explicit-function-return-type": "error", "@typescript-eslint/explicit-member-accessibility": [ "off", {