From bd6bd8a38fb7d7662227b14a4bb8b9959ab80c47 Mon Sep 17 00:00:00 2001 From: KATT Date: Mon, 16 Aug 2021 18:08:31 +0200 Subject: [PATCH] disable `@typescript-eslint/explicit-function-return-type` --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 299c26a546..f5b21f82b6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -20,6 +20,7 @@ "@typescript-eslint/no-unused-vars": "error", "react/react-in-jsx-scope": "off", "react/prop-types": "off", + "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off" }, "env": {