From 58b129012c6e207f2e1d6e2ceb532448664b3139 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 22 Apr 2020 15:12:21 +0200 Subject: [PATCH] changed eslint config for return types --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4be2ddf..d112697 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -11,7 +11,8 @@ "plugin:react/recommended" ], "rules": { - "semi": "error" + "semi": "error", + "@typescript-eslint/explicit-function-return-type": ["off"] }, "parserOptions": { "ecmaFeatures": {